Skip to main content
POST
Create Tag

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

name
string
required
Display name for the tag
description
string
Optional description

Example Request

Response

Returns the created Tag object. The slug is automatically generated from the name.

Error Responses

Tag Name Already Exists

Code Examples