Update the name of a tag. Only organization admins are able to update tags.
cURL
curl --request PUT \ --url https://api.synack.com/v1/assessment_tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the assessment tag
The new name of the tag
The updated assessment tag record
custom assessment tag