From 406a29054e56badf37eb4d711129af1a8cd2a555 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:28:53 +0530 Subject: [PATCH] Update opensign.yaml --- docs/docs/API-docs/opensign.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index e1b1bd831..f8d5c79da 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -3109,6 +3109,10 @@ components: allow_modifications: type: boolean example: false + audit_trail: + type: array + items: + $ref: '#/components/schemas/documentwithstatus_audit_trail' xml: name: documentwithstatus document: @@ -4123,6 +4127,16 @@ components: default: type: string example: my textbox + documentwithstatus_audit_trail: + type: object + properties: + email: + type: string + example: joebee@example.com + viewed: + $ref: '#/components/schemas/date' + signed: + $ref: '#/components/schemas/date' securitySchemes: x-api-token: type: apiKey