From 251ea22f5f6f6bbaf2962a1868870274ea06f878 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:49:48 +0530 Subject: [PATCH] Update opensign.yaml --- docs/docs/API-docs/opensign.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index 84fb74ebe..8a26db322 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -863,11 +863,11 @@ paths: schema: $ref: '#/components/schemas/inline_response_200_8' "401": - description: Successful operation + description: Webhook url already exists! content: application/json: schema: - $ref: '#/components/schemas/inline_response_401' + $ref: '#/components/schemas/inline_response_401_w' "404": description: User not found! content: @@ -1092,6 +1092,12 @@ components: error: type: string example: "Something went wrong, please try again later!" + inline_response_401_w: + type: object + properties: + error: + type: string + example: "Webhook url already exists!" inline_response_404_2: type: object properties: