Update Webhook Subscription by Key

Update a webhook subscription.

Security: This endpoint requires authentication using Access Tokens. You can authenticate using the following methods:

  • Administrator Roles: Authenticate as admin, project admin, or user with the Platform Administrator role.
  • User with Manage Webhooks Role: Available from Artifactory version 7.137.0
  • Scoped Token: Available from Artifactory version 7.135.0 using the system:webhooks@<project_key>/<JFrog_domain>:w scope.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The subscription key

Body Params
string
boolean
event_filter
object
handlers
array of objects
handlers
Responses
204

Subscription updated

400

Bad Request - Invalid input

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

404

Not Found - Subscription not found

Language
Credentials
Bearer
URL
LoadingLoading…