From 7b49f89622d26cfa02e7a7ca293abb3582a57c4c Mon Sep 17 00:00:00 2001 From: Raktima <110812506+raktima-opensignlabs@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:01:13 +0530 Subject: [PATCH] Update references in opensign.yaml schema --- docs/docs/API-docs/v1.2/opensign.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index 4b8741ec8..f858d2b15 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -283,7 +283,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/contact_res' + $ref: '#/components/schemas/contact' "400": description: "Something went wrong, please try again later!" content: @@ -325,7 +325,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/contact' + $ref: '#/components/schemas/contact_res' responses: "200": description: Contact updated successfully!