feat(api): add GET endpoint for crowd list persons
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -167,6 +167,7 @@ Response: `{ "confirmed": 2, "errors": [{ "match_id": "ulid3", "error": "User al
|
||||
- `POST /events/{event}/crowd-lists` — create crowd list
|
||||
- `PUT /events/{event}/crowd-lists/{list}` — update crowd list
|
||||
- `DELETE /events/{event}/crowd-lists/{list}` — delete crowd list
|
||||
- `GET /events/{event}/crowd-lists/{list}/persons` — list persons on a crowd list (paginated, 50/page, includes `crowd_list_pivot`)
|
||||
- `POST /events/{event}/crowd-lists/{list}/persons` — add person to list
|
||||
- `DELETE /events/{event}/crowd-lists/{list}/persons/{person}` — remove person from list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user