From d40b68119f006dee676d968424188f5b91c814be Mon Sep 17 00:00:00 2001 From: app-services-ci Date: Thu, 16 Mar 2023 09:08:57 +0000 Subject: [PATCH] chore(openapi): update connector-mgmt/v1 OpenAPI document --- .openapi/connector_mgmt.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.openapi/connector_mgmt.yaml b/.openapi/connector_mgmt.yaml index 26ead195..3b2f5d62 100644 --- a/.openapi/connector_mgmt.yaml +++ b/.openapi/connector_mgmt.yaml @@ -452,6 +452,15 @@ paths: 404Example: $ref: "#/components/examples/404Example" description: No matching resource exists + "409": + content: + application/json: + schema: + $ref: "#/components/schemas/Error" + examples: + 404Example: + $ref: "#/components/examples/409Example" + description: An attempt was made to modify an immutable field "410": content: application/json: @@ -1882,6 +1891,13 @@ components: href: "/api/connector_mgmt/v1/errors/7" code: "CONNECTOR-MGMT-7" reason: "The requested resource doesn't exist" + 409Example: + value: + id: "409" + kind: "Error" + href: "/api/connector_mgmt/v1/errors/21" + code: "CONNECTOR-MGMT-21" + reason: "An attempt was made to modify an immutable field" 410Example: value: id: "410"