Skip to content

Latest commit

 

History

History
151 lines (78 loc) · 4.36 KB

ReleaseProfileApi.md

File metadata and controls

151 lines (78 loc) · 4.36 KB

\ReleaseProfileApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
create_release_profile POST /api/v3/releaseprofile
delete_release_profile DELETE /api/v3/releaseprofile/{id}
get_release_profile_by_id GET /api/v3/releaseprofile/{id}
list_release_profile GET /api/v3/releaseprofile
update_release_profile PUT /api/v3/releaseprofile/{id}

create_release_profile

models::ReleaseProfileResource create_release_profile(release_profile_resource)

Parameters

Name Type Description Required Notes
release_profile_resource Option<ReleaseProfileResource>

Return type

models::ReleaseProfileResource

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]

delete_release_profile

delete_release_profile(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_release_profile_by_id

models::ReleaseProfileResource get_release_profile_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::ReleaseProfileResource

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_release_profile

Vecmodels::ReleaseProfileResource list_release_profile()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::ReleaseProfileResource

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_release_profile

models::ReleaseProfileResource update_release_profile(id, release_profile_resource)

Parameters

Name Type Description Required Notes
id String [required]
release_profile_resource Option<ReleaseProfileResource>

Return type

models::ReleaseProfileResource

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]