From be746dbd093a85da63446c1f1fda29fb409fc4a6 Mon Sep 17 00:00:00 2001 From: Raktima <110812506+raktima-opensignlabs@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:48:21 +0530 Subject: [PATCH] Update access_code type to string in opensign.yaml Changed access_code type from number to string. --- docs/docs/API-docs/v1.2/opensign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index 859c5927f..9b55a3e39 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -6427,7 +6427,7 @@ components: - approver example: signer access_code: - type: number + type: string format: number description: "Optional numeric access code required for the signer to access and sign the document." example: 123456