Assets
Update event status
Provide an update on the handling of a given event by a given asset
POST
/
entities
/
asset
/
{asset_id}
/
callback
/
{event_id}
Path Parameters
asset_id
string
requiredevent_id
string
requiredBody
application/json
timestamp
string
requiredTimestamp for the response (UTC)
status
enum<string>
requiredAn enumeration.
Available options:
RECEIVED
, ACCEPTED
, REJECTED
, FAILED
, EXECUTED
Response
200 - application/json
The response is of type any
.