Webhooks

CreateWebhook

Returns Webhook Details

post/registry/{registry_ref}/webhooks

Path parameters

registry_refstring required

Unique path identifier for the final registry in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject%2Fregistry) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/registry/+).

Request body

identifierstring required
namestring required
descriptionstring
urlstring required
enabledboolean required
insecureboolean required
secretIdentifierstring
secretSpacePathstring
secretSpaceIdinteger
triggersTrigger[]

Response

response for create, get and update webhook

status'SUCCESS' | 'FAILURE' | 'ERROR' required

Indicates if the request was successful or not

Changes

Changed in 6 of the 50 revisions of this API.56

    • added the new optional request property //

      new-optional-request-property

    • added the optional property /// to the response with the status

      response-optional-property-added

  • c55e0097ca2a11See the full diff
    • removed the enum value ARTIFACT_MODIFICATION of the request property /

      request-property-enum-value-removed

    • removed the ARTIFACT_MODIFICATION enum value from the // response property for the response status

      response-property-enum-value-removed

    • the request property format changed from no format to int64

      request-property-type-changed

  • b3c2e43cf38822See the full diff
    • the request property // became required

      request-property-became-required

    • the request property // became required

      request-property-became-required

    • the response property /// became required for the status

      response-property-became-required

    • the response property /// became required for the status

      response-property-became-required

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog