From e4c0f219fda7416c2a3d30fe7ec4184870134999 Mon Sep 17 00:00:00 2001 From: Ragot Geoffrey Date: Fri, 27 Jan 2023 14:09:10 +0100 Subject: [PATCH] fix: add missing enumeration (break sdk) (#92) --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index bef3d7b4..78247737 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -126,7 +126,7 @@ paths: tags: - Payments description: | - Reset a connector by its name. + Reset a connector by its name. It will remove the connector and ALL PAYMENTS generated with it. parameters: - $ref: '#/components/parameters/Connector' @@ -869,6 +869,7 @@ components: - ACTIVE - TERMINATED - FAILED + - SUCCEEDED ServerInfo: type: object required: