POST
/
api
/
v1
/
workspace
/
{projectId}
/
tags

Path Parameters

projectId
string
required

The ID of the project to create the tag in.

Body

application/json
name
string
required

The name of the tag to create.

slug
string
required

The slug of the tag to create.

color
string
required

The color of the tag to create.

Response

200 - application/json
workspaceTag
object
required

Was this page helpful?