v1

latestOpenAPI 3.0.32026-07-26737274.2 KB
Tags

Create a tag

Creates a tag with the given name. Creation is idempotent on name (matched case-insensitively): if a tag with that name already exists, the endpoint returns 200 with the existing tag instead of creating a duplicate (a newly created tag returns 201). Returns 422 if name is missing.

To create many tags in one request, use Bulk create tags.

post/v4/tags

Request body

namestring required

Response

Returns the tag if it already exists