Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 4, 2024
1 parent 821c4f5 commit bcaa26d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
37 changes: 37 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -87849,6 +87849,43 @@
"description": "<p>Returns a list of credit notes.</p>",
"operationId": "GetCreditNotes",
"parameters": [
{
"description": "Only return credit notes that were created during the given date interval.",
"explode": true,
"in": "query",
"name": "created",
"required": false,
"schema": {
"anyOf": [
{
"properties": {
"gt": {
"description": "Minimum value to filter by (exclusive)",
"type": "integer"
},
"gte": {
"description": "Minimum value to filter by (inclusive)",
"type": "integer"
},
"lt": {
"description": "Maximum value to filter by (exclusive)",
"type": "integer"
},
"lte": {
"description": "Maximum value to filter by (inclusive)",
"type": "integer"
}
},
"title": "range_query_specs",
"type": "object"
},
{
"type": "integer"
}
]
},
"style": "deepObject"
},
{
"description": "Only return credit notes for the customer specified by this customer ID.",
"in": "query",
Expand Down
33 changes: 33 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -64496,6 +64496,39 @@
"description": "<p>Returns a list of credit notes.</p>",
"operationId": "GetCreditNotes",
"parameters": [
{
"description": "Only return credit notes that were created during the given date interval.",
"explode": true,
"in": "query",
"name": "created",
"required": false,
"schema": {
"anyOf": [
{
"properties": {
"gt": {
"type": "integer"
},
"gte": {
"type": "integer"
},
"lt": {
"type": "integer"
},
"lte": {
"type": "integer"
}
},
"title": "range_query_specs",
"type": "object"
},
{
"type": "integer"
}
]
},
"style": "deepObject"
},
{
"description": "Only return credit notes for the customer specified by this customer ID.",
"in": "query",
Expand Down

0 comments on commit bcaa26d

Please sign in to comment.