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} |
models::ReleaseProfileResource create_release_profile(release_profile_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
release_profile_resource | Option<ReleaseProfileResource> |
models::ReleaseProfileResource
- 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(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::ReleaseProfileResource get_release_profile_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
models::ReleaseProfileResource
- 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::ReleaseProfileResource list_release_profile()
This endpoint does not need any parameter.
Vecmodels::ReleaseProfileResource
- 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::ReleaseProfileResource update_release_profile(id, release_profile_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
release_profile_resource | Option<ReleaseProfileResource> |
models::ReleaseProfileResource
- 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]