PATCH
/
api
/
v1
/
workspace
/
{projectId}
/
tags
/
{tagId}

Path Parameters

projectId
string
required

The ID of the project to update the tag in.

tagId
string
required

The ID of the tag to get details

Body

application/json
slug
string
required

The slug of the tag to update.

color
string
required

The color of the tag to update.

Response

200 - application/json
workspaceTag
object
required

Was this page helpful?