All URIs are relative to http://localhost:7878
| Method | HTTP request | Description |
|---|---|---|
| create_tag | POST /api/v3/tag | |
| delete_tag | DELETE /api/v3/tag/{id} | |
| get_tag_by_id | GET /api/v3/tag/{id} | |
| list_tag | GET /api/v3/tag | |
| update_tag | PUT /api/v3/tag/{id} |
models::TagResource create_tag(tag_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| tag_resource | Option<TagResource> |
- 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_tag(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::TagResource get_tag_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::TagResource list_tag()
This endpoint does not need any parameter.
Vecmodels::TagResource
- 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::TagResource update_tag(id, tag_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | [required] | ||
| tag_resource | Option<TagResource> |
- 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]