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} |
models::AutoTaggingResource create_auto_tagging(auto_tagging_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
auto_tagging_resource | Option<AutoTaggingResource> |
- 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(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::AutoTaggingResource get_auto_tagging_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- 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::AutoTaggingResource list_auto_tagging()
This endpoint does not need any parameter.
Vecmodels::AutoTaggingResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::AutoTaggingSpecificationSchema list_auto_tagging_schema()
This endpoint does not need any parameter.
Vecmodels::AutoTaggingSpecificationSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::AutoTaggingResource update_auto_tagging(id, auto_tagging_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
auto_tagging_resource | Option<AutoTaggingResource> |
- 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]