Assets
Update event status
Provide an update on the handling of a given event by a given asset.
This endpoint allows asset controllers to report back the status of event handling. The asset_id
can be either the Axle UUID or an external ID if asset_id_is_external
is true.
Note: This will not work for non-UUID external asset IDs.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Body
application/json
Response for an asset event status update.
Response
200
application/json
Status update successfully recorded
The response is of type any
.