Skip to content

Commit b81b127

Browse files
OpenAPI Update (#756)
Update OpenAPI for 664c6ac47231808fbc9ffb30902b9bb1f5f73a76 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent c4130ff commit b81b127

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150311,6 +150311,17 @@
150311150311
},
150312150312
"style": "deepObject"
150313150313
},
150314+
{
150315+
"description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.",
150316+
"in": "query",
150317+
"name": "ending_before",
150318+
"required": false,
150319+
"schema": {
150320+
"maxLength": 5000,
150321+
"type": "string"
150322+
},
150323+
"style": "form"
150324+
},
150314150325
{
150315150326
"description": "Specifies which fields in the response should be expanded.",
150316150327
"explode": true,
@@ -150325,6 +150336,27 @@
150325150336
"type": "array"
150326150337
},
150327150338
"style": "deepObject"
150339+
},
150340+
{
150341+
"description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.",
150342+
"in": "query",
150343+
"name": "limit",
150344+
"required": false,
150345+
"schema": {
150346+
"type": "integer"
150347+
},
150348+
"style": "form"
150349+
},
150350+
{
150351+
"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.",
150352+
"in": "query",
150353+
"name": "starting_after",
150354+
"required": false,
150355+
"schema": {
150356+
"maxLength": 5000,
150357+
"type": "string"
150358+
},
150359+
"style": "form"
150328150360
}
150329150361
],
150330150362
"requestBody": {
@@ -150367,6 +150399,7 @@
150367150399
"url": {
150368150400
"description": "The URL where this list can be accessed.",
150369150401
"maxLength": 5000,
150402+
"pattern": "^/v1/payment_method_configurations",
150370150403
"type": "string"
150371150404
}
150372150405
},

embedded/openapi/spec3.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113775,6 +113775,17 @@
113775113775
},
113776113776
"style": "deepObject"
113777113777
},
113778+
{
113779+
"description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.",
113780+
"in": "query",
113781+
"name": "ending_before",
113782+
"required": false,
113783+
"schema": {
113784+
"maxLength": 5000,
113785+
"type": "string"
113786+
},
113787+
"style": "form"
113788+
},
113778113789
{
113779113790
"description": "Specifies which fields in the response should be expanded.",
113780113791
"explode": true,
@@ -113789,6 +113800,27 @@
113789113800
"type": "array"
113790113801
},
113791113802
"style": "deepObject"
113803+
},
113804+
{
113805+
"description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.",
113806+
"in": "query",
113807+
"name": "limit",
113808+
"required": false,
113809+
"schema": {
113810+
"type": "integer"
113811+
},
113812+
"style": "form"
113813+
},
113814+
{
113815+
"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.",
113816+
"in": "query",
113817+
"name": "starting_after",
113818+
"required": false,
113819+
"schema": {
113820+
"maxLength": 5000,
113821+
"type": "string"
113822+
},
113823+
"style": "form"
113792113824
}
113793113825
],
113794113826
"requestBody": {
@@ -113831,6 +113863,7 @@
113831113863
"url": {
113832113864
"description": "The URL where this list can be accessed.",
113833113865
"maxLength": 5000,
113866+
"pattern": "^/v1/payment_method_configurations",
113834113867
"type": "string"
113835113868
}
113836113869
},

0 commit comments

Comments
 (0)