Skip to main content
PUT
/
v1
/
assessment_tags
/
{id}
Update the name of an assessment tag record
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the assessment tag

Body

application/json
name
string
required

The new name of the tag

Response

The updated assessment tag record

id
integer<int64>
required
name
string
required

custom assessment tag