Update Tag
POST
https://api.devrev.ai/tags.update
Updates a tag's information.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
idstringRequired
format: "id"
The ID of the tag to update.
allowed_valuesobjectOptional
Specifies an update to a tag's allowed values.
descriptionstringOptional
format: "text"
The updated description of the tag.
namestringOptional
format: "text"
The updated name of the tag. The name must be unique across all
tags.
Response
The response for updating a tag.
tagobject