From 207d80b40b8d3998c3633c7980fef14a470f080f Mon Sep 17 00:00:00 2001 From: Raktima <110812506+raktima-opensignlabs@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:02:41 +0530 Subject: [PATCH] Update access_code type to string in opensign.yaml Changed access_code type and format from number to string in multiple sections. --- docs/docs/API-docs/v1.2/opensign.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index 2c32a91c8..a130a4bc4 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -7162,8 +7162,8 @@ components: - approver example: signer access_code: - type: number - format: number + type: string + format: string description: "Optional numeric access code required for the signer to access and sign the document." example: 123456 widgets: @@ -7244,8 +7244,8 @@ components: - approver example: signer access_code: - type: number - format: number + type: string + format: string description: "Optional numeric access code required for the signer to access and sign the document." example: 123456 widgets: