File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -496,17 +496,17 @@ paths:
496
496
- " revoked"
497
497
- { "$ref": "#/components/parameters/LimitParameter" }
498
498
- { "$ref": "#/components/parameters/OffsetParameter" }
499
- x-speakeasy-pagination :
500
- type : offsetLimit
501
- inputs :
502
- - name : limit
503
- in : parameters
504
- type : limit
505
- - name : offset
506
- in : parameters
507
- type : offset
508
- outputs :
509
- results : $
499
+ # x-speakeasy-pagination:
500
+ # type: offsetLimit
501
+ # inputs:
502
+ # - name: limit
503
+ # in: parameters
504
+ # type: limit
505
+ # - name: offset
506
+ # in: parameters
507
+ # type: offset
508
+ # outputs:
509
+ # results: $
510
510
responses :
511
511
" 200 " : { "$ref": "#/components/responses/Session.List" }
512
512
" 400 " : { "$ref": "#/components/responses/ClerkErrors" }
@@ -961,17 +961,17 @@ paths:
961
961
" 400 " : { "$ref": "#/components/responses/ClerkErrors" }
962
962
" 401 " : { "$ref": "#/components/responses/AuthenticationInvalid" }
963
963
" 422 " : { "$ref": "#/components/responses/UnprocessableEntity" }
964
- x-speakeasy-pagination :
965
- type : offsetLimit
966
- inputs :
967
- - name : limit
968
- in : parameters
969
- type : limit
970
- - name : offset
971
- in : parameters
972
- type : offset
973
- outputs :
974
- results : $
964
+ # x-speakeasy-pagination:
965
+ # type: offsetLimit
966
+ # inputs:
967
+ # - name: limit
968
+ # in: parameters
969
+ # type: limit
970
+ # - name: offset
971
+ # in: parameters
972
+ # type: offset
973
+ # outputs:
974
+ # results: $
975
975
post :
976
976
x-speakeasy-group : users
977
977
x-speakeasy-name-override : create
@@ -2516,17 +2516,17 @@ paths:
2516
2516
" 400 " : { "$ref": "#/components/responses/ClerkErrors" }
2517
2517
" 403 " : { "$ref": "#/components/responses/AuthorizationInvalid" }
2518
2518
" 422 " : { "$ref": "#/components/responses/UnprocessableEntity" }
2519
- x-speakeasy-pagination :
2520
- type : offsetLimit
2521
- inputs :
2522
- - name : limit
2523
- in : parameters
2524
- type : limit
2525
- - name : offset
2526
- in : parameters
2527
- type : offset
2528
- outputs :
2529
- results : $
2519
+ # x-speakeasy-pagination:
2520
+ # type: offsetLimit
2521
+ # inputs:
2522
+ # - name: limit
2523
+ # in: parameters
2524
+ # type: limit
2525
+ # - name: offset
2526
+ # in: parameters
2527
+ # type: offset
2528
+ # outputs:
2529
+ # results: $
2530
2530
post :
2531
2531
x-speakeasy-group : organizations
2532
2532
x-speakeasy-name-override : create
You can’t perform that action at this time.
0 commit comments