Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-site
10 changes: 10 additions & 0 deletions docs/specs/openapi/admin/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,16 @@ paths:
schema:
type: integer
default: 5
- name: after
in: query
description: If provided, will return sponsors after the page. Can not set if `before` is set.
schema:
type: string
- name: before
in: query
description: If provided, will return sponsors before the page. Can not set if `after` is set.
schema:
type: string
responses:
"200":
description: Sponsorships fetched successfully
Expand Down
Loading