Skip to content

Commit

Permalink
OpenAPI Update (#813)
Browse files Browse the repository at this point in the history
Update OpenAPI for b755cd0a3272eb6f3eb4c5c0b357f1dee6097284

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 10, 2024
1 parent b789400 commit c96e97c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -98548,6 +98548,16 @@
"description": "<p>Retrieve a list of features</p>",
"operationId": "GetEntitlementsFeatures",
"parameters": [
{
"description": "If set, filter results to only include features with the given archive status.",
"in": "query",
"name": "archived",
"required": false,
"schema": {
"type": "boolean"
},
"style": "form"
},
{
"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.",
"in": "query",
Expand Down Expand Up @@ -98584,6 +98594,17 @@
},
"style": "form"
},
{
"description": "If set, filter results to only include features with the given lookup_key.",
"in": "query",
"name": "lookup_key",
"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
21 changes: 21 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79120,6 +79120,16 @@
"description": "<p>Retrieve a list of features</p>",
"operationId": "GetEntitlementsFeatures",
"parameters": [
{
"description": "If set, filter results to only include features with the given archive status.",
"in": "query",
"name": "archived",
"required": false,
"schema": {
"type": "boolean"
},
"style": "form"
},
{
"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.",
"in": "query",
Expand Down Expand Up @@ -79156,6 +79166,17 @@
},
"style": "form"
},
{
"description": "If set, filter results to only include features with the given lookup_key.",
"in": "query",
"name": "lookup_key",
"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

0 comments on commit c96e97c

Please sign in to comment.