docs/WebhooksPartialUpdate.md in cloudsmith-api-0.51.38 vs docs/WebhooksPartialUpdate.md in cloudsmith-api-0.51.93

- old
+ new

@@ -3,9 +3,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **events** | **Array<String>** | None | [optional] **is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional] +**package_query** | **String** | The package-based search query for webhooks to fire. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. If a package does not match, the webhook will not fire. | [optional] **request_body_format** | **String** | The format of the payloads for webhook requests. | [optional] **request_body_template_format** | **String** | The format of the payloads for webhook requests. | [optional] **request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional] **secret_header** | **String** | The header to send the predefined secret in. This must be unique from existing headers or it won't be sent. You can use this as a form of authentication on the endpoint side. | [optional] **secret_value** | **String** | The value for the predefined secret (note: this is treated as a passphrase and is encrypted when we store it). You can use this as a form of authentication on the endpoint side. | [optional]