Create Tag
POST/tags/
Creates a new tag with the specified name.
The tag ID is automatically generated and the creation timestamp is set to the current time. Tag names must be unique and follow the kebab-case format.
Request
Responses
- 201
- 422
Tag successfully created. Returns the complete tag object with generated ID.
Invalid tag parameters. Ensure name follows required format.