Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookUpdateParameters

Package version

The parameters for updating a webhook.

Hierarchy

  • WebhookUpdateParameters

Index

Properties

Optional actions

actions: WebhookAction[]

The list of actions that trigger the webhook to post notifications.

Optional customHeaders

customHeaders: undefined | {}

Custom headers that will be added to the webhook notifications.

Optional scope

scope: undefined | string

The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.

Optional serviceUri

serviceUri: undefined | string

The service URI for the webhook to post notifications.

Optional status

The status of the webhook at the time the operation was called.

Optional tags

tags: undefined | {}

The tags for the webhook.

Generated using TypeDoc