v1

latestOpenAPI 3.0.12026-07-2471156164.1 KB
Tags

Create a tag

post/api/v1/teams/{teamId}/tagcategories/tags

Path parameters

teamIdstring required

The ID of the team

Request body

valuestring

The name of the Tag

idstring

The ID of the Tag

numberOfCardsinteger

The number of cards associated with this Tag

categoryIdstring

If the tag belongs to a category, this is the ID for the category

categoryNamestring

If the tag belongs to a category, this is the name for the category

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

valuestring

The name of the Tag

idstring

The ID of the Tag

numberOfCardsinteger

The number of cards associated with this Tag

categoryIdstring

If the tag belongs to a category, this is the ID for the category

categoryNamestring

If the tag belongs to a category, this is the name for the category

Example response

{
  "id": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "categoryId": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}