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 Apr 26, 2023
1 parent ec355ba commit c103cb9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15867,20 +15867,20 @@
"operation": "get",
"path": "/v1/invoices/upcoming"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/invoices"
},
{
"method_name": "retrieve",
"method_on": "service",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/invoices"
},
{
"method_name": "update",
"method_on": "service",
Expand Down
10 changes: 5 additions & 5 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14773,16 +14773,16 @@ components:
method_type: custom
operation: get
path: /v1/invoices/upcoming
- method_name: create
method_on: service
method_type: create
operation: post
path: /v1/invoices
- method_name: retrieve
method_on: service
method_type: retrieve
operation: get
path: '/v1/invoices/{invoice}'
- method_name: create
method_on: service
method_type: create
operation: post
path: /v1/invoices
- method_name: update
method_on: service
method_type: update
Expand Down
14 changes: 7 additions & 7 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14180,20 +14180,20 @@
"operation": "get",
"path": "/v1/invoices/upcoming"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/invoices"
},
{
"method_name": "retrieve",
"method_on": "service",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "create",
"method_on": "service",
"method_type": "create",
"operation": "post",
"path": "/v1/invoices"
},
{
"method_name": "update",
"method_on": "service",
Expand Down
10 changes: 5 additions & 5 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13226,16 +13226,16 @@ components:
method_type: custom
operation: get
path: /v1/invoices/upcoming
- method_name: create
method_on: service
method_type: create
operation: post
path: /v1/invoices
- method_name: retrieve
method_on: service
method_type: retrieve
operation: get
path: '/v1/invoices/{invoice}'
- method_name: create
method_on: service
method_type: create
operation: post
path: /v1/invoices
- method_name: update
method_on: service
method_type: update
Expand Down

0 comments on commit c103cb9

Please sign in to comment.