Skip to content

Commit a8abf14

Browse files
committed
CEXT-3914: Add a webhook option to skip certificate validation
- code review fix
1 parent 2637fdc commit a8abf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/webhooks/xml-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The `hook` element defines the HTTP request to the remote server.
7676
| `remove` | Boolean | Indicates whether to skip a removed hook during the batch execution. | false | false |
7777
| `ttl` | Int | The cache time-to-live (in seconds) for requests with the same URL, body, and headers. If this attribute is not specified, or if the value set to `0`, the response is not cached. | false | 0 |
7878
| `sslVerification` | Boolean | Specifies whether SSL certificate verification would be performed during request. Enabled by default. It's recommended to use this option only for development purposes. | false | true |
79-
| `sslCertificatePath` | String | Specifies the path to a custom SSL certificate file to use for SSL verification. This option will be ignored if sslVerification is set to false. | false | true |
79+
| `sslCertificatePath` | String | Specifies the path to a custom SSL certificate file to use for SSL verification. This option will be ignored if sslVerification is set to false. | false | Not applicable |
8080
| `headers` | Array | A set of HTTP headers to send with the request. | false | [] |
8181
| `fields` | Array | A set of fields to include in the hook payload. If not set, the entire payload will be sent. | false | [] |
8282

0 commit comments

Comments
 (0)