Skip to content

Commit

Permalink
OpenAPI Update (#863)
Browse files Browse the repository at this point in the history
Update OpenAPI for 0541e481752ce217afa408773b34fcfd27ca51f2

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 14, 2024
1 parent a753dcd commit d82a33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -186374,7 +186374,7 @@
},
"/v1/tax/calculations/{calculation}/line_items": {
"get": {
"description": "<p>Retrieves the line items of a persisted tax calculation as a collection.</p>",
"description": "<p>Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.</p>",
"operationId": "GetTaxCalculationsCalculationLineItems",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -141166,7 +141166,7 @@
},
"/v1/tax/calculations/{calculation}/line_items": {
"get": {
"description": "<p>Retrieves the line items of a persisted tax calculation as a collection.</p>",
"description": "<p>Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.</p>",
"operationId": "GetTaxCalculationsCalculationLineItems",
"parameters": [
{
Expand Down

0 comments on commit d82a33c

Please sign in to comment.