PATCH
/
v1
/
orders
/
{id}
/
summary
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>"
}'
{}

Please Note: This operation is only allowed if the inspection of the order is complete.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
summary
string
required

Response

204 - application/json
update the summary in the order report

The response is of type any.