mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
Commented out pagination extension on organizations, sessions, and users
This commit is contained in:
66
openapi.yml
66
openapi.yml
@@ -496,17 +496,17 @@ paths:
|
|||||||
- "revoked"
|
- "revoked"
|
||||||
- { "$ref": "#/components/parameters/LimitParameter" }
|
- { "$ref": "#/components/parameters/LimitParameter" }
|
||||||
- { "$ref": "#/components/parameters/OffsetParameter" }
|
- { "$ref": "#/components/parameters/OffsetParameter" }
|
||||||
x-speakeasy-pagination:
|
# x-speakeasy-pagination:
|
||||||
type: offsetLimit
|
# type: offsetLimit
|
||||||
inputs:
|
# inputs:
|
||||||
- name: limit
|
# - name: limit
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: limit
|
# type: limit
|
||||||
- name: offset
|
# - name: offset
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: offset
|
# type: offset
|
||||||
outputs:
|
# outputs:
|
||||||
results: $
|
# results: $
|
||||||
responses:
|
responses:
|
||||||
"200": { "$ref": "#/components/responses/Session.List" }
|
"200": { "$ref": "#/components/responses/Session.List" }
|
||||||
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
||||||
@@ -961,17 +961,17 @@ paths:
|
|||||||
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
||||||
"401": { "$ref": "#/components/responses/AuthenticationInvalid" }
|
"401": { "$ref": "#/components/responses/AuthenticationInvalid" }
|
||||||
"422": { "$ref": "#/components/responses/UnprocessableEntity" }
|
"422": { "$ref": "#/components/responses/UnprocessableEntity" }
|
||||||
x-speakeasy-pagination:
|
# x-speakeasy-pagination:
|
||||||
type: offsetLimit
|
# type: offsetLimit
|
||||||
inputs:
|
# inputs:
|
||||||
- name: limit
|
# - name: limit
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: limit
|
# type: limit
|
||||||
- name: offset
|
# - name: offset
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: offset
|
# type: offset
|
||||||
outputs:
|
# outputs:
|
||||||
results: $
|
# results: $
|
||||||
post:
|
post:
|
||||||
x-speakeasy-group: users
|
x-speakeasy-group: users
|
||||||
x-speakeasy-name-override: create
|
x-speakeasy-name-override: create
|
||||||
@@ -2516,17 +2516,17 @@ paths:
|
|||||||
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
"400": { "$ref": "#/components/responses/ClerkErrors" }
|
||||||
"403": { "$ref": "#/components/responses/AuthorizationInvalid" }
|
"403": { "$ref": "#/components/responses/AuthorizationInvalid" }
|
||||||
"422": { "$ref": "#/components/responses/UnprocessableEntity" }
|
"422": { "$ref": "#/components/responses/UnprocessableEntity" }
|
||||||
x-speakeasy-pagination:
|
# x-speakeasy-pagination:
|
||||||
type: offsetLimit
|
# type: offsetLimit
|
||||||
inputs:
|
# inputs:
|
||||||
- name: limit
|
# - name: limit
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: limit
|
# type: limit
|
||||||
- name: offset
|
# - name: offset
|
||||||
in: parameters
|
# in: parameters
|
||||||
type: offset
|
# type: offset
|
||||||
outputs:
|
# outputs:
|
||||||
results: $
|
# results: $
|
||||||
post:
|
post:
|
||||||
x-speakeasy-group: organizations
|
x-speakeasy-group: organizations
|
||||||
x-speakeasy-name-override: create
|
x-speakeasy-name-override: create
|
||||||
|
|||||||
Reference in New Issue
Block a user