From 1e3a398d6a932d1910103436dfff39a869deb6f4 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:29:23 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 20 ++++++++++---------- openapi/spec3.beta.sdk.yaml | 16 ++++++++-------- openapi/spec3.sdk.json | 20 ++++++++++---------- openapi/spec3.sdk.yaml | 16 ++++++++-------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 6aa4feb0..ac9ae886 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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", @@ -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}" }, { @@ -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", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 9b7cfe11..ead36014 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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 diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 58f326fc..a06c4ba0 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -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", @@ -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}" }, { @@ -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", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index daa1f66a..eb7f33eb 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -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