Skip to main content
PATCH
Update a tag

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

tagId
string
required

MongoDB ObjectId of the tag

Example:

"507f1f77bcf86cd799439011"

Body

application/json
name
string
required

Updated name of the tag

Example:

"Feature Request"

Response

Tag updated successfully

data
object
required
message
string
required
Example:

"Tag updated successfully"