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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
update the summary in the order report
The response is of type any.
any
Was this page helpful?