# Update a webhook subscription Update an existing webhook subscription Modify subscription properties such as delivery URL, filter expression, or description. Only provided fields will be updated. Business Applications: - Update webhook URLs - Modify event filters Endpoint: PATCH /api/v1/event-subscriptions/{id} Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `entityType` (object,null) Entitytype - `operation` (object,null) Operation - `deliveryUrl` (string,null) Deliveryurl - `filterExpression` (string,null) Filterexpression - `description` (string,null) Description - `active` (boolean,null) Active ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Id - `data.staffId` (integer,null) Staffid - `data.entityType` (object) Entitytype - `data.operation` (object) Operation - `data.deliveryUrl` (string) Deliveryurl - `data.description` (string,null) Description - `data.filterExpression` (string,null) Filterexpression - `data.active` (boolean) Active - `data.status` (string) Status - `data.createdAt` (string,null) Createdat - `data.updatedAt` (string,null) Updatedat - `data.isInternal` (boolean) Isinternal - `error` (object,null) - `meta` (object) - `meta.success` (boolean) - `meta.message` (string) - `meta.timestamp` (string) - `meta.version` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields