Skip to content

Commit

Permalink
feat: update doc add enableTourvariable
Browse files Browse the repository at this point in the history
  • Loading branch information
raktima-opensignlabs committed Sep 30, 2024
1 parent 77cf6de commit f6245cf
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions docs/docs/API-docs/opensign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,12 @@ components:
example: true
enableOTP:
type: boolean
example: false
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
createdocument_body:
required:
- file
Expand Down Expand Up @@ -1477,9 +1482,13 @@ components:
type: boolean
example: true
enableOTP:
type: boolean
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
inline_response_200_d:
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
type: object
properties:
objectId:
Expand Down Expand Up @@ -1552,7 +1561,12 @@ components:
example: 15
enableOTP:
type: boolean
example: false
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
resendmail_body:
required:
- document_id
Expand Down Expand Up @@ -1616,7 +1630,12 @@ components:
example: ""
enableOTP:
type: boolean
example: false
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
inline_response_200_3:
type: object
properties:
Expand Down Expand Up @@ -1685,7 +1704,12 @@ components:
example: true
enableOTP:
type: boolean
example: false
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
inline_response_200_5:
type: object
properties:
Expand Down Expand Up @@ -1721,7 +1745,12 @@ components:
example: ""
enableOTP:
type: boolean
example: false
example: false
description: "true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps."
enableTour:
type: boolean
example: false
description: "true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience."
inline_response_404_7:
type: object
properties:
Expand Down

0 comments on commit f6245cf

Please sign in to comment.