Skip to content

Commit cc266a9

Browse files
authored
Update xml-schema.md
1 parent aadc854 commit cc266a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/webhooks/xml-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ The `hook` element defines the HTTP request to the remote server.
7878
| `fallbackErrorMessage` | Int | The error message to return when the hook fails. | false | Not applicable |
7979
| `remove` | Boolean | Indicates whether to skip a removed hook during the batch execution. | false | false |
8080
| `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 |
81-
| `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 |
82-
| `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 |
81+
| `sslVerification` | Boolean | Specifies whether SSL certificate verification would be performed during request. Enabled by default. This option should only be used for development purposes. | false | true |
82+
| `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 |
8383
| `headers` | Array | A set of HTTP headers to send with the request. | false | [] |
8484
| `fields` | Array | A set of fields to include in the hook payload. If not set, the entire payload will be sent. | false | [] |
8585

0 commit comments

Comments
 (0)