You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/swagger.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ paths:
53
53
- Challenges
54
54
description: |
55
55
Retrieve challenges in the system.
56
+
57
+
`resourceRoleId` may be combined with `memberId` to restrict the member's
58
+
resource-associated challenges to one UUID resource role before challenge
59
+
filtering, sorting, totals, and pagination. It does not grant access: results
60
+
remain subject to the caller's whitelist, group, and task visibility. Anonymous
61
+
callers receive only challenges visible to anonymous users.
56
62
security:
57
63
- bearer: []
58
64
produces:
@@ -354,6 +360,12 @@ paths:
354
360
description: Filter challenges memberId has access to
355
361
required: false
356
362
type: string
363
+
- name: resourceRoleId
364
+
in: query
365
+
description: Filter the member resource association by exact resource-role UUID. Requires memberId. This only narrows results and does not grant challenge access.
0 commit comments