Skip to main content
POST
/
v1
/
assessments
/
{id}
/
updates
Create new assessment update that is visible to researchers
curl --request POST \
  --url https://api.synack.com/v1/assessments/{id}/updates \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'
{
  "message": "<string>",
  "assessment_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

UID of the assessment

Body

application/json
message
string
required

Message you want to pass to the researchers

Minimum string length: 10

Response

Assessment update created successfully

message
string
required

Message of the created update

assessment_id
string
required

ID of the listing the update was created for