The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /webhook/{webhookId}

Update the webhook with the given id, the caller must be the creator of the webhook.

If the endpoint is modified the webhook verification status will be set to PENDING and a new verification code will be sent to the endpoint that can be used with the POST /webhook/{webhookId}/verify request.

The caller must have READ permissions on the entity specified in the request, this permission needs to be maintained in order to receive events.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/webhook/{webhookId}

Resource URL Variables
{webhookId}
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object CreateOrUpdateWebhookRequest
(application/json)
Response Object Webhook
(application/json)