Create Tag Option
POST https://{tenant}.atomicwork.com/api/v1/tags
Authorization
X-Api-KeyrequiredHeaders
X-Workspace-IdBody
namerequiredcontext_typecontext_idcolor_codeResponse
200application/json
Successful response
POST https://{tenant}.atomicwork.com/api/v1/tags
X-Api-KeyrequiredX-Workspace-Idnamerequiredcontext_typecontext_idcolor_codeSuccessful response
curl -X POST 'https://{tenant}.atomicwork.com/api/v1/tags' \
-H 'X-Api-Key: <api-key>' \
-H 'Content-Type: application/json' \
-d '{"name": "string", "context_type": "COMMON", "context_id": 0, "color_code": "string"}'