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 Mar 21, 2024
1 parent 1e383cf commit 3f06c79
Show file tree
Hide file tree
Showing 6 changed files with 15 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 @@ -163028,7 +163028,7 @@
},
"/v1/quotes/{quote}/pdf": {
"get": {
"description": "<p>Download the PDF for a finalized quote</p>",
"description": "<p>Download the PDF for a finalized quote. Explanation for special handling can be found <a href=\"https://docs.corp.stripe.com/quotes/overview#quote_pdf\">here</a></p>",
"operationId": "GetQuotesQuotePdf",
"parameters": [
{
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154298,7 +154298,10 @@ paths:
description: Error response.
'/v1/quotes/{quote}/pdf':
get:
description: <p>Download the PDF for a finalized quote</p>
description: >-
<p>Download the PDF for a finalized quote. Explanation for special
handling can be found <a
href="https://docs.corp.stripe.com/quotes/overview#quote_pdf">here</a></p>
operationId: GetQuotesQuotePdf
parameters:
- description: Specifies which fields in the response should be expanded.
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -116712,7 +116712,7 @@
},
"/v1/quotes/{quote}/pdf": {
"get": {
"description": "<p>Download the PDF for a finalized quote</p>",
"description": "<p>Download the PDF for a finalized quote. Explanation for special handling can be found <a href=\"https://docs.corp.stripe.com/quotes/overview#quote_pdf\">here</a></p>",
"operationId": "GetQuotesQuotePdf",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -122492,7 +122492,7 @@
},
"/v1/quotes/{quote}/pdf": {
"get": {
"description": "<p>Download the PDF for a finalized quote</p>",
"description": "<p>Download the PDF for a finalized quote. Explanation for special handling can be found <a href=\"https://docs.corp.stripe.com/quotes/overview#quote_pdf\">here</a></p>",
"operationId": "GetQuotesQuotePdf",
"parameters": [
{
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115337,7 +115337,10 @@ paths:
description: Error response.
'/v1/quotes/{quote}/pdf':
get:
description: <p>Download the PDF for a finalized quote</p>
description: >-
<p>Download the PDF for a finalized quote. Explanation for special
handling can be found <a
href="https://docs.corp.stripe.com/quotes/overview#quote_pdf">here</a></p>
operationId: GetQuotesQuotePdf
parameters:
- description: Specifies which fields in the response should be expanded.
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99841,7 +99841,10 @@ paths:
description: Error response.
'/v1/quotes/{quote}/pdf':
get:
description: <p>Download the PDF for a finalized quote</p>
description: >-
<p>Download the PDF for a finalized quote. Explanation for special
handling can be found <a
href="https://docs.corp.stripe.com/quotes/overview#quote_pdf">here</a></p>
operationId: GetQuotesQuotePdf
parameters:
- description: Specifies which fields in the response should be expanded.
Expand Down

0 comments on commit 3f06c79

Please sign in to comment.