Tags
Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/tags"{ "count": 0, "results": [ { "uuid": "string", "name": "string", "user": "string", "color": "string", "description": "string", "icon": "string", "stats": {} } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Request Body
application/json
Tag body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/tags" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "name": "string", "user": "string", "color": "string", "description": "string", "icon": "string", "stats": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/tags/load"{}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Request Body
application/json
Data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/tags/sync" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
UUID
Request Body
application/json
Tag body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/orgs/string/tags/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "name": "string", "user": "string", "color": "string", "description": "string", "icon": "string", "stats": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
UUID
Request Body
application/json
Tag body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/v1/orgs/string/tags/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "name": "string", "user": "string", "color": "string", "description": "string", "icon": "string", "stats": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Uuid identifier of the entity
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/tags/string"{ "uuid": "string", "name": "string", "user": "string", "color": "string", "description": "string", "icon": "string", "stats": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Uuid identifier of the entity
Query Parameters
Flag to handle sub-entities.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/orgs/string/tags/string"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}