Skip to content

Commit c897285

Browse files
committed
fix: groups param default description
1 parent 1f38e89 commit c897285

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ Returns a list of greetings, optionally filtered by groups. The method supports
22082208

22092209
| Parameter | Data type | Required | Default | Notes |
22102210
| ---------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2211-
| `groups` | `array` | No | All groups | Array of group IDs to filter greetings. Must contain non-negative integers. Cannot be used with `page_id`. |
2211+
| `groups` | `array` | No | All accesible groups | Array of group IDs to filter greetings. Cannot be used with `page_id`. |
22122212
| `page_id` | `string` | No | - | Page ID for pagination. When provided, `groups` and `limit` parameters are ignored as they're encoded in the page ID. Cannot be used with `groups` or `limit`. |
22132213
| `limit` | `int` | No | `100` | Number of greetings per page. Must be between 1 and 100. Cannot be used with `page_id`. |
22142214

0 commit comments

Comments
 (0)