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 Jun 3, 2024
1 parent 1a1476d commit f17285a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -188703,7 +188703,7 @@
},
"/v1/tax/transactions/create_from_calculation": {
"post": {
"description": "<p>Creates a Tax <code>Transaction</code> from a calculation.</p>",
"description": "<p>Creates a Tax Transaction from a calculation, if that calculation hasn’t expired. Calculations expire after 90 days.</p>",
"operationId": "PostTaxTransactionsCreateFromCalculation",
"requestBody": {
"content": {
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178988,7 +178988,9 @@ paths:
description: Error response.
/v1/tax/transactions/create_from_calculation:
post:
description: <p>Creates a Tax <code>Transaction</code> from a calculation.</p>
description: >-
<p>Creates a Tax Transaction from a calculation, if that calculation
hasn’t expired. Calculations expire after 90 days.</p>
operationId: PostTaxTransactionsCreateFromCalculation
requestBody:
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -142639,7 +142639,7 @@
},
"/v1/tax/transactions/create_from_calculation": {
"post": {
"description": "<p>Creates a Tax <code>Transaction</code> from a calculation.</p>",
"description": "<p>Creates a Tax Transaction from a calculation, if that calculation hasn’t expired. Calculations expire after 90 days.</p>",
"operationId": "PostTaxTransactionsCreateFromCalculation",
"requestBody": {
"content": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -150572,7 +150572,7 @@
},
"/v1/tax/transactions/create_from_calculation": {
"post": {
"description": "<p>Creates a Tax <code>Transaction</code> from a calculation.</p>",
"description": "<p>Creates a Tax Transaction from a calculation, if that calculation hasn’t expired. Calculations expire after 90 days.</p>",
"operationId": "PostTaxTransactionsCreateFromCalculation",
"requestBody": {
"content": {
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142365,7 +142365,9 @@ paths:
description: Error response.
/v1/tax/transactions/create_from_calculation:
post:
description: <p>Creates a Tax <code>Transaction</code> from a calculation.</p>
description: >-
<p>Creates a Tax Transaction from a calculation, if that calculation
hasn’t expired. Calculations expire after 90 days.</p>
operationId: PostTaxTransactionsCreateFromCalculation
requestBody:
content:
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120338,7 +120338,9 @@ paths:
description: Error response.
/v1/tax/transactions/create_from_calculation:
post:
description: <p>Creates a Tax <code>Transaction</code> from a calculation.</p>
description: >-
<p>Creates a Tax Transaction from a calculation, if that calculation
hasn’t expired. Calculations expire after 90 days.</p>
operationId: PostTaxTransactionsCreateFromCalculation
requestBody:
content:
Expand Down

0 comments on commit f17285a

Please sign in to comment.