Update an existing vulnerability tag
cURL
curl --request PUT \ --url https://api.synack.com/v1/vulnerability_tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>", "editable": true, "organization_profile_id": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tag ID
New name for the tag
Tag updated successfully