Update opensign.yaml

This commit is contained in:
prafull-opensignlabs
2024-02-09 09:49:48 +05:30
committed by GitHub
parent 8f8808ce1c
commit 251ea22f5f
+8 -2
View File
@@ -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: