Receive a notification when the Security Templates applied to an Asset in Tenovos have been updated.
Information about an Asset's Security Templates are updated, with current and previous values
Return a 200 status to Tenovos to indicate that the data was received successfully
{- "asset": {
- "id": "cdff2214-3873-4cc4-8e2e-94fcec784343",
- "filename": "pied-piper-grandopening.tif",
- "metadataTemplate": {
- "id": "ea6eb24d-adef-4380-bd02-f64f567c437f",
- "name": "Corporate Images"
}, - "security": {
- "current": [
- {
- "id": "2c328f78-52cc-42c4-92a8-1d4e1e802b00",
- "name": "Restricted Use"
}
], - "previous": [
- {
- "id": "4c328f76-52cc-12c4-72x8-5g4e1e802b77",
- "name": "Public Use"
}
]
}
}, - "eventType": "asset.security.updated",
- "event": {
- "id": "some-event-type-d231cf1d-86b2-436e-95de-b745c39d2ed5",
- "time": "2024-05-09T17:55:28.462Z",
- "user": {
- "id": "7d675ef0-f423-11e9-8071-89c0c405214e",
- "firstName": "Erlich",
- "lastName": "Bachman"
}
}
}