Compare commits

...
Author SHA1 Message Date
prafull-opensignlabsandGitHub 533059e747 Fix indentation in opensign.yaml security scheme 2026-04-30 18:45:13 +05:30
prafull-opensignlabsandGitHub 88b6a83e40 Update opensign.yaml 2026-04-30 12:15:21 +05:30
prafull-opensignlabsandGitHub 26aeab5f12 Enhance API documentation for signing links and templates
Added new parameters for template creation and signing links API, including 'file_password', 'allow_offline_sign', and 'signer_role'. Updated documentation to reflect these changes.
2026-04-29 18:27:38 +05:30
prafull-opensignlabsandGitHub 21a479dee9 Add file_password field to OpenSign API documentation 2026-04-16 10:28:48 +05:30
prafull-opensignlabsandGitHub 1e31203e13 Introduced api v1.2 2026-04-15 16:35:06 +05:30
prafull-opensignlabsandGitHub 465d5e217c Update opensign.yaml 2026-03-17 18:49:30 +05:30
prafull-opensignlabsandGitHub d1019e3ef6 Enhance field descriptions in opensign.yaml
Updated descriptions for several fields to clarify behavior regarding template values and request body overrides.
2026-03-17 18:25:03 +05:30
prafull-opensignlabsandGitHub 5c3949239e Merge pull request #2148 from OpenSignLabs/prafull-opensignlabs-patch-13
Refine parameter descriptions in opensign.yaml
2026-03-17 17:59:40 +05:30
2 changed files with 7259 additions and 4 deletions
+4 -4
View File
@@ -6076,7 +6076,7 @@ components:
example: true
timeToCompleteDays:
type: number
description: time to complete days is used to calculate expiry date of your document
description: time to complete days is used to calculate expiry date of your document. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
format: number
example: 15
enableOTP:
@@ -6110,7 +6110,7 @@ components:
The email address of the person or organization that users can reply to. If this field is present in the request body, it overrides the template value, even when set to an empty string (""). If omitted, the template value is used.
If nothing is set, it will use the owners preferences. If the owners preferences are also not set, it will default to "".
example: mailer@opensignlabs.com
allow_modifications:
type: boolean
@@ -6132,7 +6132,7 @@ components:
example: false
remind_once_in_every:
type: number
description: "Number of days between reminders. This is only applicable when auto_reminder is set to true."
description: Number of days between reminders. This is only applicable when auto_reminder is set to true. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
example: 5
merge_certificate:
type: boolean
@@ -6169,7 +6169,7 @@ components:
description: |
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
If this field is present in the request body, it overrides the template value, even when provided as an empty array ([]).
If omitted, the template value is used.
If omitted or provided empty string ("") the template value is used.
prefill:
type: object
properties:
File diff suppressed because it is too large Load Diff