Skip to main content

Activate a webhook

PATCH 

/v1/organizations/:organizationId/projects/:projectId/webhooks/:webhookId/activate

Activate a webhook

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    webhookId stringrequired

Responses

Webhook activation attempted

Schema
    success booleanrequired

    Indicates if the operation was successful.

    message stringrequired

    A message detailing the outcome of the operation.

Loading...