Webhooks
Update webhook
Update owned webhook data: URL, list of subscribed topics. You can also activate or deactivate it.
patch/webhooks/{id}/
Path parameters
idstring required
Id of the resource
Request body
Example request
{
"url": "https://www.webhooks-consumer.com/updated/"
}Response
OK
Example response
{
"id": "f370d09b-912a-4667-9890-ed9bd0c32166",
"is_active": true,
"topics": [
"PRINT_JOB_STATUS_CHANGED"
],
"url": "https://www.webhooks-consumer.com/updated/"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.