Post a new update for the assessment
cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UID of the assessment
Message you want to pass to the researchers
10
Assessment update created successfully
Message of the created update
ID of the listing the update was created for