Update a tag

Updates an existing tag by its ID. Any parameters not passed are not changed.

Path Params
uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of your ControlUp organization. You can find your organization ID on the API Key Management page in the DEX platform.

uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of the tag to update. You can use GET /tags to see the ID of each tag.

Body Params
string

New key for the tag.

string | null

New description for the tag.

values
array of objects

Updated set of values. Values with an id are updated; values without an id are created; existing values omitted here are deleted.

values
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json