v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Tag API

Create Tag

Create a new tag.

post/v2/tags

Request body

teamIdstring required

The ID of the team to create the tag for.

namestring required

The name of the tag.

colorstring nullable

The color of the tag (CSS color string).

iconSlugstring nullable

The icon slug for the tag.

descriptionstring nullable

Optional description of the tag.

Response

Success