Create a tag
POST {{base_url}}/tags
Request Body
{"title"=>"My tag"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
organization-id | string |
RESPONSES
status: Created
{"tag_id":"e6426810-be55-40ed-8b03-7136f90859bb","title":"My tag"}