Skip to main content
PUT
Update Tag

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
tagId
string
required
Tag ID

Request Body

name
string
Updated display name (slug will be regenerated)
description
string
Updated description

Example Request

Response

Returns the updated Tag object.

Error Responses

Tag Not Found

Tag Name Already Exists

Code Examples