Skip to content

Latest commit

 

History

History
151 lines (78 loc) · 4.51 KB

RemotePathMappingApi.md

File metadata and controls

151 lines (78 loc) · 4.51 KB

\RemotePathMappingApi

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}

create_remote_path_mapping

models::RemotePathMappingResource create_remote_path_mapping(remote_path_mapping_resource)

Parameters

Name Type Description Required Notes
remote_path_mapping_resource Option<RemotePathMappingResource>

Return type

models::RemotePathMappingResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • 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

delete_remote_path_mapping(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_remote_path_mapping_by_id

models::RemotePathMappingResource get_remote_path_mapping_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::RemotePathMappingResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • 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]

list_remote_path_mapping

Vecmodels::RemotePathMappingResource list_remote_path_mapping()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::RemotePathMappingResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • 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]

update_remote_path_mapping

models::RemotePathMappingResource update_remote_path_mapping(id, remote_path_mapping_resource)

Parameters

Name Type Description Required Notes
id String [required]
remote_path_mapping_resource Option<RemotePathMappingResource>

Return type

models::RemotePathMappingResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • 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]