Webhooks

Update webhook

Updates webhook configuration. Requires Skipper or Admiral license and admin role.

put/api/webhooks/{id}

Path parameters

idinteger required

Numeric resource ID.

Request body

namestring
stack_namestring
action'deploy' | 'restart' | 'stop' | 'start' | 'pull'
enabledboolean

Response

Webhook updated.

successboolean required

Example response

{
  "success": true
}

Changes