Relationship UpdatedWebhook

Receive a notification when an asset relationship in Tenovos is updated.

SecurityOAuth2
Request
Request Body schema: application/json

Information about an Asset when it's relationship to another assets is updated/changed.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object (relationship.updated)
Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "relationship.updated",
  • "event": {
    },
  • "relationship": {
    }
}