Request UpdatedWebhook

Receive a notification when a Request is updated

SecurityOAuth2
Request
Request Body schema: application/json

Information about the changes made to a Request

eventType
string

Combination of the Topic and the Event

object (event)

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

Assets Updated (object) or Assignee Updated (object) or Request Status Updated (object) (request.updated)

Object containing information about a Request.

Responses
200

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

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