v1
latestOpenAPI 3.0.12026-07-2471156164.1 KBTags
Create a tag
post/api/v1/teams/{teamId}/tagcategories/tags
Path parameters
teamIdstring required
The ID of the team
Request body
Example request
{
"id": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"categoryId": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}Response
successful operation
Example response
{
"id": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"categoryId": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}