Skip to content

Commit 9d0b1d5

Browse files
authored
feat(docs): bump max limit for list canned responses to 100000
1 parent a255551 commit 9d0b1d5

File tree

1 file changed

+1
-1
lines changed
  • src/pages/management/configuration-api/v3.7

1 file changed

+1
-1
lines changed

src/pages/management/configuration-api/v3.7/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4220,7 +4220,7 @@ Returns a paginated list of canned responses.
42204220
| ----------------- | -------- | --------------- | ----------------------------------------------------------------------------------------- |
42214221
| `group_ids` | No | `array[number]` | Filter by specific group IDs (if not provided, defaults to groups the user has access to) |
42224222
| `include_private` | No | `bool` | Include private canned responses; default: `false` |
4223-
| `limit` | No | `number` | Number of results per page (1-100, default: 100) |
4223+
| `limit` | No | `number` | Number of results per page (1-100000, default: 100) |
42244224
| `page_id` | No | `string` | Page ID for pagination |
42254225

42264226
#### Response

0 commit comments

Comments
 (0)