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 Sep 12, 2023
1 parent 2d8ea4a commit 63a6746
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -81099,7 +81099,7 @@
}
},
"post": {
"description": "<p>Creates a new <code>TaxID</code> object for a customer.</p>",
"description": "<p>Creates a new <code>tax_id</code> object for a customer.</p>",
"operationId": "PostCustomersCustomerTaxIds",
"parameters": [
{
Expand Down Expand Up @@ -81248,7 +81248,7 @@
},
"/v1/customers/{customer}/tax_ids/{id}": {
"delete": {
"description": "<p>Deletes an existing <code>TaxID</code> object.</p>",
"description": "<p>Deletes an existing <code>tax_id</code> object.</p>",
"operationId": "DeleteCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down Expand Up @@ -81308,7 +81308,7 @@
}
},
"get": {
"description": "<p>Retrieves the <code>TaxID</code> object with the given identifier.</p>",
"description": "<p>Retrieves the <code>tax_id</code> object with the given identifier.</p>",
"operationId": "GetCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74199,7 +74199,7 @@ paths:
$ref: '#/components/schemas/error'
description: Error response.
post:
description: <p>Creates a new <code>TaxID</code> object for a customer.</p>
description: <p>Creates a new <code>tax_id</code> object for a customer.</p>
operationId: PostCustomersCustomerTaxIds
parameters:
- in: path
Expand Down Expand Up @@ -74333,7 +74333,7 @@ paths:
description: Error response.
'/v1/customers/{customer}/tax_ids/{id}':
delete:
description: <p>Deletes an existing <code>TaxID</code> object.</p>
description: <p>Deletes an existing <code>tax_id</code> object.</p>
operationId: DeleteCustomersCustomerTaxIdsId
parameters:
- in: path
Expand Down Expand Up @@ -74373,7 +74373,7 @@ paths:
description: Error response.
get:
description: >-
<p>Retrieves the <code>TaxID</code> object with the given
<p>Retrieves the <code>tax_id</code> object with the given
identifier.</p>
operationId: GetCustomersCustomerTaxIdsId
parameters:
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -67687,7 +67687,7 @@
}
},
"post": {
"description": "<p>Creates a new <code>TaxID</code> object for a customer.</p>",
"description": "<p>Creates a new <code>tax_id</code> object for a customer.</p>",
"operationId": "PostCustomersCustomerTaxIds",
"parameters": [
{
Expand Down Expand Up @@ -67836,7 +67836,7 @@
},
"/v1/customers/{customer}/tax_ids/{id}": {
"delete": {
"description": "<p>Deletes an existing <code>TaxID</code> object.</p>",
"description": "<p>Deletes an existing <code>tax_id</code> object.</p>",
"operationId": "DeleteCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down Expand Up @@ -67896,7 +67896,7 @@
}
},
"get": {
"description": "<p>Retrieves the <code>TaxID</code> object with the given identifier.</p>",
"description": "<p>Retrieves the <code>tax_id</code> object with the given identifier.</p>",
"operationId": "GetCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -70560,7 +70560,7 @@
}
},
"post": {
"description": "<p>Creates a new <code>TaxID</code> object for a customer.</p>",
"description": "<p>Creates a new <code>tax_id</code> object for a customer.</p>",
"operationId": "PostCustomersCustomerTaxIds",
"parameters": [
{
Expand Down Expand Up @@ -70709,7 +70709,7 @@
},
"/v1/customers/{customer}/tax_ids/{id}": {
"delete": {
"description": "<p>Deletes an existing <code>TaxID</code> object.</p>",
"description": "<p>Deletes an existing <code>tax_id</code> object.</p>",
"operationId": "DeleteCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down Expand Up @@ -70769,7 +70769,7 @@
}
},
"get": {
"description": "<p>Retrieves the <code>TaxID</code> object with the given identifier.</p>",
"description": "<p>Retrieves the <code>tax_id</code> object with the given identifier.</p>",
"operationId": "GetCustomersCustomerTaxIdsId",
"parameters": [
{
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65024,7 +65024,7 @@ paths:
$ref: '#/components/schemas/error'
description: Error response.
post:
description: <p>Creates a new <code>TaxID</code> object for a customer.</p>
description: <p>Creates a new <code>tax_id</code> object for a customer.</p>
operationId: PostCustomersCustomerTaxIds
parameters:
- in: path
Expand Down Expand Up @@ -65158,7 +65158,7 @@ paths:
description: Error response.
'/v1/customers/{customer}/tax_ids/{id}':
delete:
description: <p>Deletes an existing <code>TaxID</code> object.</p>
description: <p>Deletes an existing <code>tax_id</code> object.</p>
operationId: DeleteCustomersCustomerTaxIdsId
parameters:
- in: path
Expand Down Expand Up @@ -65198,7 +65198,7 @@ paths:
description: Error response.
get:
description: >-
<p>Retrieves the <code>TaxID</code> object with the given
<p>Retrieves the <code>tax_id</code> object with the given
identifier.</p>
operationId: GetCustomersCustomerTaxIdsId
parameters:
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59731,7 +59731,7 @@ paths:
$ref: '#/components/schemas/error'
description: Error response.
post:
description: <p>Creates a new <code>TaxID</code> object for a customer.</p>
description: <p>Creates a new <code>tax_id</code> object for a customer.</p>
operationId: PostCustomersCustomerTaxIds
parameters:
- in: path
Expand Down Expand Up @@ -59865,7 +59865,7 @@ paths:
description: Error response.
'/v1/customers/{customer}/tax_ids/{id}':
delete:
description: <p>Deletes an existing <code>TaxID</code> object.</p>
description: <p>Deletes an existing <code>tax_id</code> object.</p>
operationId: DeleteCustomersCustomerTaxIdsId
parameters:
- in: path
Expand Down Expand Up @@ -59905,7 +59905,7 @@ paths:
description: Error response.
get:
description: >-
<p>Retrieves the <code>TaxID</code> object with the given
<p>Retrieves the <code>tax_id</code> object with the given
identifier.</p>
operationId: GetCustomersCustomerTaxIdsId
parameters:
Expand Down

0 comments on commit 63a6746

Please sign in to comment.