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 May 9, 2024
1 parent 2c79185 commit 2a9a32f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62663,14 +62663,16 @@
"method_on": "collection",
"method_type": "create",
"operation": "post",
"path": "/v1/customers/{customer}/tax_ids"
"path": "/v1/customers/{customer}/tax_ids",
"shared_version_of": "tax_id"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/customers/{customer}/tax_ids"
"path": "/v1/customers/{customer}/tax_ids",
"shared_version_of": "tax_id"
},
{
"method_name": "create",
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56888,11 +56888,13 @@ components:
method_type: create
operation: post
path: '/v1/customers/{customer}/tax_ids'
shared_version_of: tax_id
- method_name: create
method_on: service
method_type: create
operation: post
path: '/v1/customers/{customer}/tax_ids'
shared_version_of: tax_id
- method_name: create
method_on: service
method_type: create
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -53194,14 +53194,16 @@
"method_on": "collection",
"method_type": "create",
"operation": "post",
"path": "/v1/customers/{customer}/tax_ids"
"path": "/v1/customers/{customer}/tax_ids",
"shared_version_of": "tax_id"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/customers/{customer}/tax_ids"
"path": "/v1/customers/{customer}/tax_ids",
"shared_version_of": "tax_id"
},
{
"method_name": "create",
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48500,11 +48500,13 @@ components:
method_type: create
operation: post
path: '/v1/customers/{customer}/tax_ids'
shared_version_of: tax_id
- method_name: create
method_on: service
method_type: create
operation: post
path: '/v1/customers/{customer}/tax_ids'
shared_version_of: tax_id
- method_name: create
method_on: service
method_type: create
Expand Down

0 comments on commit 2a9a32f

Please sign in to comment.