cURL
curl --request PATCH \ --url https://sandbox.api.24hourinspections.com/v1/orders/{id}/summary \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "summary": "<string>" }'
{}
Edits the summary of an assessment report.
Was this page helpful?