Receive a notification when a Rights Management entity in Tenovos is updated.
Return a 200 status to Tenovos to indicate that the data was received successfully
{- "eventType": "rm.entity.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"
}
}, - "entity": {
- "id": "147c8d3d-e0f4-497f-86d3-aa2a4166f304",
- "name": "Entity X",
- "metadata": [
- {
- "id": "b0ba3409-5e2e-4eb1-9aee-51304dd52170",
- "name": "Entity Name",
- "currentValue": "Talent Actor X",
- "previousValue": "Talent Actor Y",
- "type": "text"
}
], - "security": {
- "current": [
- {
- "id": "42b5dc04-79af-4911-93aa-96d73b1c2f75\"",
- "name": "View and Download Consumer"
}
], - "previous": [
- {
- "id": "71f5dc03-79af-4911-73aa-56d73b1c2a56\"",
- "name": "View Only"
}
]
}
}
}