Skip to content

Latest commit

 

History

History
177 lines (91 loc) · 4.86 KB

AutoTaggingApi.md

File metadata and controls

177 lines (91 loc) · 4.86 KB

\AutoTaggingApi

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

Method HTTP request Description
create_auto_tagging POST /api/v3/autotagging
delete_auto_tagging DELETE /api/v3/autotagging/{id}
get_auto_tagging_by_id GET /api/v3/autotagging/{id}
list_auto_tagging GET /api/v3/autotagging
list_auto_tagging_schema GET /api/v3/autotagging/schema
update_auto_tagging PUT /api/v3/autotagging/{id}

create_auto_tagging

models::AutoTaggingResource create_auto_tagging(auto_tagging_resource)

Parameters

Name Type Description Required Notes
auto_tagging_resource Option<AutoTaggingResource>

Return type

models::AutoTaggingResource

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_auto_tagging

delete_auto_tagging(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_auto_tagging_by_id

models::AutoTaggingResource get_auto_tagging_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::AutoTaggingResource

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_auto_tagging

Vecmodels::AutoTaggingResource list_auto_tagging()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::AutoTaggingResource

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_auto_tagging_schema

Vecmodels::AutoTaggingSpecificationSchema list_auto_tagging_schema()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::AutoTaggingSpecificationSchema

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_auto_tagging

models::AutoTaggingResource update_auto_tagging(id, auto_tagging_resource)

Parameters

Name Type Description Required Notes
id String [required]
auto_tagging_resource Option<AutoTaggingResource>

Return type

models::AutoTaggingResource

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]