From a5ebd67967a5aa54ba36523d21485da077018b5c Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Tue, 15 Apr 2025 19:57:33 +0530 Subject: [PATCH] Update template_id in response of getdocument and getdocumentlist --- docs/docs/API-docs/opensign.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index 60b9b20c9..78ed43de5 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -3113,6 +3113,9 @@ components: type: array items: $ref: '#/components/schemas/documentwithstatus_audit_trail' + template_id: + type: string + example: template_id is only available when the document is created from a template. xml: name: documentwithstatus document: @@ -3161,6 +3164,9 @@ components: allow_modifications: type: boolean example: false + template_id: + type: string + example: template_id is only available when the document is created from a template. xml: name: document invalidtoken: