cURL
curl --request PATCH \ --url https://developer.synq.io/api/incidents/v1/{incident_id}/assign-owner \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "actor": { "name": "<string>", "email": { "userEmail": "[email protected]" } }, "ownerEmail": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the incident to assign the owner to
Show child attributes
1
Success
The response is of type AssignIncidentOwnerResponse · object.
AssignIncidentOwnerResponse · object