From 264214babd450821f830b2ab93ef9ea1245df18c Mon Sep 17 00:00:00 2001 From: Amol Date: Thu, 24 Oct 2024 17:30:37 +0530 Subject: [PATCH] Update opensign.yaml --- docs/docs/API-docs/opensign.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index 4adcc0d02..e82e8e017 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -1423,6 +1423,7 @@ components: sendInOrder: type: boolean example: true + description: "If set to 'true', only the first signer will receive the signature request email initially. Emails to subsequent signers will be triggered sequentially, with each sent only after the previous signer has completed their signing. By default, sendInOrder is set to 'true'." enableOTP: type: boolean example: false @@ -1481,6 +1482,7 @@ components: sendInOrder: type: boolean example: true + description: "If set to 'true', only the first signer will receive the signature request email initially. Emails to subsequent signers will be triggered sequentially, with each sent only after the previous signer has completed their signing. By default, sendInOrder is set to 'true'." enableOTP: type: boolean example: false @@ -1555,6 +1557,7 @@ components: sendInOrder: type: boolean example: true + description: "If set to 'true', only the first signer will receive the signature request email initially. Emails to subsequent signers will be triggered sequentially, with each sent only after the previous signer has completed their signing. By default, sendInOrder is set to 'true'." timeToCompleteDays: type: number description: time to complete days is used to calculate expiry date of your document @@ -1703,6 +1706,7 @@ components: sendInOrder: type: boolean example: true + description: "If set to 'true', only the first signer will receive the signature request email initially. Emails to subsequent signers will be triggered sequentially, with each sent only after the previous signer has completed their signing. By default, sendInOrder is set to 'true'." enableOTP: type: boolean example: false