From 8ab28af99108499a7bbf41f8c9be219adb12f93e Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 12 Jun 2026 00:38:07 +0530 Subject: [PATCH] Refactor API documentation for attachment widget support Removed duplicate section for attachment widget support and updated documentation for clarity. --- docs/docs/API-docs/v1.2/opensign.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/docs/API-docs/v1.2/opensign.yaml b/docs/docs/API-docs/v1.2/opensign.yaml index 3b9d360ab..28133168f 100644 --- a/docs/docs/API-docs/v1.2/opensign.yaml +++ b/docs/docs/API-docs/v1.2/opensign.yaml @@ -42,11 +42,13 @@ info: ## What’s New in v1.2 + + ### Attachment Widget Support + The `attachments` widget is now supported on draft document, create document, draft template, create template, and public template APIs. + ### Hide Signer Signing Links Set `"hide_signer_signing_links": true | false` on `POST /draftdocument` to hide signer signing links in the draft document response. - ### Attachment Widget Support - The `attachments` widget is now supported on draft document, create document, draft template, create template, and public template APIs. ### Cleaner Template Retrieval `GET /template/:id` and `GET /templatelist` have been streamlined — redundant parameters are removed and **prefill data is now returned separately from signer parameters**, making responses easier to consume. @@ -7142,14 +7144,6 @@ components: description: "Height of widget. use our [**Debug UI**](https://app.opensignlabs.com/debugpdf) to calculate the value." format: number example: 46 - options: - type: object - description: Widget-specific options such as required, name, hint, values, default, formatting, validation, and attachment settings. - additionalProperties: true - example: - required: true - name: attachment widget - hint: Provide files createtemplate_body_signers: type: object properties: