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 28, 2023
1 parent 390324c commit 1e3a398
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
20 changes: 10 additions & 10 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15867,13 +15867,6 @@
"operation": "get",
"path": "/v1/invoices/upcoming"
},
{
"method_name": "retrieve",
"method_on": "service",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "create",
"method_on": "service",
Expand All @@ -15882,10 +15875,10 @@
"path": "/v1/invoices"
},
{
"method_name": "update",
"method_name": "retrieve",
"method_on": "service",
"method_type": "update",
"operation": "post",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
Expand All @@ -15895,6 +15888,13 @@
"operation": "delete",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "update",
"method_on": "service",
"method_type": "update",
"operation": "post",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "pay",
"method_on": "service",
Expand Down
16 changes: 8 additions & 8 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14773,26 +14773,26 @@ components:
method_type: custom
operation: get
path: /v1/invoices/upcoming
- 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_name: retrieve
method_on: service
method_type: update
operation: post
method_type: retrieve
operation: get
path: '/v1/invoices/{invoice}'
- method_name: delete
method_on: service
method_type: delete
operation: delete
path: '/v1/invoices/{invoice}'
- method_name: update
method_on: service
method_type: update
operation: post
path: '/v1/invoices/{invoice}'
- method_name: pay
method_on: service
method_type: custom
Expand Down
20 changes: 10 additions & 10 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14180,13 +14180,6 @@
"operation": "get",
"path": "/v1/invoices/upcoming"
},
{
"method_name": "retrieve",
"method_on": "service",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "create",
"method_on": "service",
Expand All @@ -14195,10 +14188,10 @@
"path": "/v1/invoices"
},
{
"method_name": "update",
"method_name": "retrieve",
"method_on": "service",
"method_type": "update",
"operation": "post",
"method_type": "retrieve",
"operation": "get",
"path": "/v1/invoices/{invoice}"
},
{
Expand All @@ -14208,6 +14201,13 @@
"operation": "delete",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "update",
"method_on": "service",
"method_type": "update",
"operation": "post",
"path": "/v1/invoices/{invoice}"
},
{
"method_name": "pay",
"method_on": "service",
Expand Down
16 changes: 8 additions & 8 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13226,26 +13226,26 @@ components:
method_type: custom
operation: get
path: /v1/invoices/upcoming
- 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_name: retrieve
method_on: service
method_type: update
operation: post
method_type: retrieve
operation: get
path: '/v1/invoices/{invoice}'
- method_name: delete
method_on: service
method_type: delete
operation: delete
path: '/v1/invoices/{invoice}'
- method_name: update
method_on: service
method_type: update
operation: post
path: '/v1/invoices/{invoice}'
- method_name: pay
method_on: service
method_type: custom
Expand Down

0 comments on commit 1e3a398

Please sign in to comment.