Update the attributes of a specific tag identified by its ID.This endpoint applies a partial update to a single tag. Only the fields provided in the request body will be modified; all other fields remain unchanged.Credit Note: Updating tags does not consume credits.
Request
Authorization
API Key
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
or
Path Params
Query Params
Body Params application/jsonRequired
Example
{"data":{"type":"tag","attributes":{"name":"Updated Tag Name"}}}