Receive a notification when assets are added to and/or removed from a collection.
Return a 200 status to Tenovos to indicate that the data was received successfully
Return a 200 status to Tenovos to indicate that the data was received successfully
{- "eventType": "collection.assets.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"
}
}, - "collection": {
- "id": "147c8d3d-e0f4-497f-86d3-aa2a4166f304",
- "name": "Outdoor 2025 Spring Catalog",
- "type": "Private",
- "assets": {
- "added": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "removed": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
}
}