Create a new patch verification request for a specific vulnerability
cURL
curl --request POST \ --url https://api.synack.com/v1/vulnerabilities/{vulnerability_id}/patch_verifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "id": 123, "message": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "user": { "id": 123, "email": "<string>", "assessment_ids": [ "<string>" ], "banned": true, "admin": true, "invite_url": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Vulnerability ID
Patch verification message
Patch verification created successfully
Show child attributes