Skip to content

Latest commit

 

History

History
177 lines (91 loc) · 4.68 KB

AppProfileApi.md

File metadata and controls

177 lines (91 loc) · 4.68 KB

\AppProfileApi

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}

create_app_profile

models::AppProfileResource create_app_profile(app_profile_resource)

Parameters

Name Type Description Required Notes
app_profile_resource Option<AppProfileResource>

Return type

models::AppProfileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

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

delete_app_profile

delete_app_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_app_profile_by_id

models::AppProfileResource get_app_profile_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::AppProfileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

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

get_app_profile_schema

models::AppProfileResource get_app_profile_schema()

Parameters

This endpoint does not need any parameter.

Return type

models::AppProfileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

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

list_app_profile

Vecmodels::AppProfileResource list_app_profile()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::AppProfileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

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

update_app_profile

models::AppProfileResource update_app_profile(id, app_profile_resource)

Parameters

Name Type Description Required Notes
id String [required]
app_profile_resource Option<AppProfileResource>

Return type

models::AppProfileResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

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