DEV: Document group param for search endpoint (#19806)

This commit is contained in:
Blake Erickson 2023-01-09 14:46:07 -07:00 committed by GitHub
parent b572f69f5f
commit d24d27f557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ RSpec.describe "groups" do
- `in:`: `title`, `likes`, `personal`, `messages`, `seen`, `unseen`, `posted`, `created`, `watching`, `tracking`, `bookmarks`, `assigned`, `unassigned`, `first`, `pinned`, `wiki` - `in:`: `title`, `likes`, `personal`, `messages`, `seen`, `unseen`, `posted`, `created`, `watching`, `tracking`, `bookmarks`, `assigned`, `unassigned`, `first`, `pinned`, `wiki`
- `with:`: `images` - `with:`: `images`
- `status:`: `open`, `closed`, `public`, `archived`, `noreplies`, `single_user`, `solved`, `unsolved` - `status:`: `open`, `closed`, `public`, `archived`, `noreplies`, `single_user`, `solved`, `unsolved`
- `group_messages:`: groupname - `group:`: group_name or group_id
- `group_messages:`: group_name or group_id
- `min_posts:`: 1 - `min_posts:`: 1
- `max_posts:`: 10 - `max_posts:`: 10
- `min_views:`: 1 - `min_views:`: 1