Update a tagCopy Pagepatch https://api.controlup.com/v1/organizations/{orgId}/tags/{id}Updates an existing tag by its ID. Any parameters not passed are not changed.Path ParamsorgIduuidrequired^[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.iduuidrequired^[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 ParamskeystringNew key for the tag.descriptionstring | nullNew description for the tag.valuesarray of objectsUpdated set of values. Values with an id are updated; values without an id are created; existing values omitted here are deleted.valuesADD objectResponses 200Ok 400Bad Request 401Unauthorized: Access is denied 403Forbidden: Access to this resource is denied 404Not Found: The requested resource could not be found 500Internal Server ErrorUpdated about 2 months ago Create a tagDelete a tagDid this page help you?YesNo