All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_remote_path_mapping | POST /api/v3/remotepathmapping | |
delete_remote_path_mapping | DELETE /api/v3/remotepathmapping/{id} | |
get_remote_path_mapping_by_id | GET /api/v3/remotepathmapping/{id} | |
list_remote_path_mapping | GET /api/v3/remotepathmapping | |
update_remote_path_mapping | PUT /api/v3/remotepathmapping/{id} |
models::RemotePathMappingResource create_remote_path_mapping(remote_path_mapping_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
remote_path_mapping_resource | Option<RemotePathMappingResource> |
models::RemotePathMappingResource
- Content-Type: application/json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_remote_path_mapping(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::RemotePathMappingResource get_remote_path_mapping_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
models::RemotePathMappingResource
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::RemotePathMappingResource list_remote_path_mapping()
This endpoint does not need any parameter.
Vecmodels::RemotePathMappingResource
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::RemotePathMappingResource update_remote_path_mapping(id, remote_path_mapping_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
remote_path_mapping_resource | Option<RemotePathMappingResource> |
models::RemotePathMappingResource
- Content-Type: application/json, text/json, application/*+json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]