Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 7, 2023
1 parent 2157d7d commit bbfb166
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -154739,6 +154739,17 @@
},
"style": "form"
},
{
"description": "Filters readers by serial number",
"in": "query",
"name": "serial_number",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145446,6 +145446,14 @@ paths:
maxLength: 5000
type: string
style: form
- description: Filters readers by serial number
in: query
name: serial_number
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -120661,6 +120661,17 @@
},
"style": "form"
},
{
"description": "Filters readers by serial number",
"in": "query",
"name": "serial_number",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -125005,6 +125005,17 @@
},
"style": "form"
},
{
"description": "Filters readers by serial number",
"in": "query",
"name": "serial_number",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117511,6 +117511,14 @@ paths:
maxLength: 5000
type: string
style: form
- description: Filters readers by serial number
in: query
name: serial_number
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102124,6 +102124,14 @@ paths:
maxLength: 5000
type: string
style: form
- description: Filters readers by serial number
in: query
name: serial_number
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down

0 comments on commit bbfb166

Please sign in to comment.