PUT
/
webhooks
/
{id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

id of the webhook to update.

Response

201 - application/json
id_webhook_endpoint
string | null
required

The unique UUID of the webhook.

endpoint_description
string | null
required

The description of the webhook.

url
string | null
required

The endpoint url of the webhook.

secret
string
required

The secret of the webhook.

active
boolean | null
required

The status of the webhook.

created_at
string | null
required

The created date of the webhook.

scope
string[] | null
required

The events that the webhook listen to.

id_project
string | null
required

The project id tied to the webhook.

last_update
string | null
required

The last update date of the webhook.