From bd3ac99234b9b9f0cfb0094fa3c9b9b2b8252a72 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:32:49 +0000 Subject: [PATCH] Update OpenAPI for f17285ae7c7bcd2d72c489a370bc15a1b8343761 --- embedded/openapi/spec3.beta.sdk.json | 2 +- embedded/openapi/spec3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3653acef..a3bb8a93 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -188703,7 +188703,7 @@ }, "/v1/tax/transactions/create_from_calculation": { "post": { - "description": "

Creates a Tax Transaction from a calculation.

", + "description": "

Creates a Tax Transaction from a calculation, if that calculation hasn’t expired. Calculations expire after 90 days.

", "operationId": "PostTaxTransactionsCreateFromCalculation", "requestBody": { "content": { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5783eb5c..23e63001 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -142639,7 +142639,7 @@ }, "/v1/tax/transactions/create_from_calculation": { "post": { - "description": "

Creates a Tax Transaction from a calculation.

", + "description": "

Creates a Tax Transaction from a calculation, if that calculation hasn’t expired. Calculations expire after 90 days.

", "operationId": "PostTaxTransactionsCreateFromCalculation", "requestBody": { "content": {