Aller au contenu principal

UpdateWebhookRequest

namestring

Possible values: <= 255 characters

urlstring<uri>

Possible values: <= 500 characters

activeboolean
timeoutinteger

Possible values: >= 1 and <= 30

eventsstring[]

Possible values: [*, rent.created, rent.updated, rent.status_changed, rent.deleted, item.created, item.updated, item.deleted, item.low_stock, renter.created, renter.updated, renter.deleted], >= 1

UpdateWebhookRequest
{
"name": "string",
"url": "string",
"active": true,
"timeout": 0,
"events": [
"*"
]
}