diff --git a/docs-site b/docs-site index 5499986934..25153f44c8 160000 --- a/docs-site +++ b/docs-site @@ -1 +1 @@ -Subproject commit 54999869347cd3de075ff6f9a350c1c5b3bdc9ef +Subproject commit 25153f44c8771b3ed33cbcff5bd240a4c58692ef diff --git a/docs/specs/openapi/admin/admin.yaml b/docs/specs/openapi/admin/admin.yaml index 6aa3d71c46..3b509883b1 100644 --- a/docs/specs/openapi/admin/admin.yaml +++ b/docs/specs/openapi/admin/admin.yaml @@ -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