All URIs are relative to http://localhost:9696
Method | HTTP request | Description |
---|---|---|
create_app_profile | POST /api/v1/appprofile | |
delete_app_profile | DELETE /api/v1/appprofile/{id} | |
get_app_profile_by_id | GET /api/v1/appprofile/{id} | |
get_app_profile_schema | GET /api/v1/appprofile/schema | |
list_app_profile | GET /api/v1/appprofile | |
update_app_profile | PUT /api/v1/appprofile/{id} |
models::AppProfileResource create_app_profile(app_profile_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
app_profile_resource | Option<AppProfileResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_app_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::AppProfileResource get_app_profile_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::AppProfileResource get_app_profile_schema()
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::AppProfileResource list_app_profile()
This endpoint does not need any parameter.
Vecmodels::AppProfileResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::AppProfileResource update_app_profile(id, app_profile_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
app_profile_resource | Option<AppProfileResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]