Skip to content

Commit b8efb96

Browse files
authored
Update xml-schema.md
1 parent 4403475 commit b8efb96

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
@@ -74,7 +74,7 @@ The `hook` element defines the HTTP request to the remote server.
7474
| `softTimeout`| Int | A soft timeout limit (milliseconds) for the request. Requests exceeding this timeout are logged for debugging purposes. | false | Not applicable |
7575
| `fallbackErrorMessage` | Int | The error message to return when the hook fails. | false | Not applicable |
7676
| `remove` | Boolean | Indicates whether to skip a removed hook during the batch execution. | false | false |
77-
| `ttl` | Int | A cache ttl (in seconds) for requests with the same url, body, and headers. | false | 0 |
77+
| `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
| `headers` | Array | A set of HTTP headers to send with the request. | false | [] |
7979
| `fields` | Array | A set of fields to include in the hook payload. If not set, the entire payload will be sent. | false | [] |
8080

0 commit comments

Comments
 (0)