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 22, 2024
1 parent 566799f commit 8fe7cae
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -117658,7 +117658,7 @@
},
"/v1/invoices/{invoice}/void": {
"post": {
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>",
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>\n\n<p>Consult with local regulations to determine whether and how an invoice might be amended, canceled, or voided in the jurisdiction you’re doing business in. You might need to <a href=\"#create_invoice\">issue another invoice</a> or <a href=\"#create_credit_note\">credit note</a> instead. Stripe recommends that you consult with your legal counsel for advice specific to your business.</p>",
"operationId": "PostInvoicesInvoiceVoid",
"parameters": [
{
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107723,6 +107723,14 @@ paths:
invoice is similar to <a href="#delete_invoice">deletion</a>, however it
only applies to finalized invoices and maintains a papertrail where the
invoice can still be found.</p>


<p>Consult with local regulations to determine whether and how an
invoice might be amended, canceled, or voided in the jurisdiction you’re
doing business in. You might need to <a href="#create_invoice">issue
another invoice</a> or <a href="#create_credit_note">credit note</a>
instead. Stripe recommends that you consult with your legal counsel for
advice specific to your business.</p>
operationId: PostInvoicesInvoiceVoid
parameters:
- in: path
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -85817,7 +85817,7 @@
},
"/v1/invoices/{invoice}/void": {
"post": {
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>",
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>\n\n<p>Consult with local regulations to determine whether and how an invoice might be amended, canceled, or voided in the jurisdiction you’re doing business in. You might need to <a href=\"#create_invoice\">issue another invoice</a> or <a href=\"#create_credit_note\">credit note</a> instead. Stripe recommends that you consult with your legal counsel for advice specific to your business.</p>",
"operationId": "PostInvoicesInvoiceVoid",
"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 @@ -91043,7 +91043,7 @@
},
"/v1/invoices/{invoice}/void": {
"post": {
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>",
"description": "<p>Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to <a href=\"#delete_invoice\">deletion</a>, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.</p>\n\n<p>Consult with local regulations to determine whether and how an invoice might be amended, canceled, or voided in the jurisdiction you’re doing business in. You might need to <a href=\"#create_invoice\">issue another invoice</a> or <a href=\"#create_credit_note\">credit note</a> instead. Stripe recommends that you consult with your legal counsel for advice specific to your business.</p>",
"operationId": "PostInvoicesInvoiceVoid",
"parameters": [
{
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83219,6 +83219,14 @@ paths:
invoice is similar to <a href="#delete_invoice">deletion</a>, however it
only applies to finalized invoices and maintains a papertrail where the
invoice can still be found.</p>


<p>Consult with local regulations to determine whether and how an
invoice might be amended, canceled, or voided in the jurisdiction you’re
doing business in. You might need to <a href="#create_invoice">issue
another invoice</a> or <a href="#create_credit_note">credit note</a>
instead. Stripe recommends that you consult with your legal counsel for
advice specific to your business.</p>
operationId: PostInvoicesInvoiceVoid
parameters:
- in: path
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74827,6 +74827,14 @@ paths:
invoice is similar to <a href="#delete_invoice">deletion</a>, however it
only applies to finalized invoices and maintains a papertrail where the
invoice can still be found.</p>


<p>Consult with local regulations to determine whether and how an
invoice might be amended, canceled, or voided in the jurisdiction you’re
doing business in. You might need to <a href="#create_invoice">issue
another invoice</a> or <a href="#create_credit_note">credit note</a>
instead. Stripe recommends that you consult with your legal counsel for
advice specific to your business.</p>
operationId: PostInvoicesInvoiceVoid
parameters:
- in: path
Expand Down

0 comments on commit 8fe7cae

Please sign in to comment.