From 96d0db22c8d5b0d682c2432903ae8d547f37b83e Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:33:07 +0530 Subject: [PATCH] Update opensign.yaml --- docs/docs/API-docs/v1.1/opensign.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/API-docs/v1.1/opensign.yaml b/docs/docs/API-docs/v1.1/opensign.yaml index f57861a40..51914d00b 100644 --- a/docs/docs/API-docs/v1.1/opensign.yaml +++ b/docs/docs/API-docs/v1.1/opensign.yaml @@ -1592,7 +1592,7 @@ paths: 2. **date** ``` { - "name": "date" + "name": "date", "response": "04/15/2024" } ``` @@ -1603,6 +1603,8 @@ paths: "response": ["male", "female"] } ``` + - **response:** Must be chosen from the existing values of checkbox defined in the template. + 4. **radio button** ``` { @@ -1610,6 +1612,7 @@ paths: "response": "male" } ``` + - **response:** Must be chosen from the existing values of radio button defined in the template. 5. **image** ``` { @@ -1625,6 +1628,7 @@ paths: "response": "female" } ``` + - **response:** Must be chosen from the existing values of dropdown defined in the template. operationId: createdocumentwithtemplateid parameters: - name: template_id