Skip to content

Commit 406a290

Browse files
Update opensign.yaml
1 parent 57f8ba8 commit 406a290

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/docs/API-docs/opensign.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,6 +3109,10 @@ components:
31093109
allow_modifications:
31103110
type: boolean
31113111
example: false
3112+
audit_trail:
3113+
type: array
3114+
items:
3115+
$ref: '#/components/schemas/documentwithstatus_audit_trail'
31123116
xml:
31133117
name: documentwithstatus
31143118
document:
@@ -4123,6 +4127,16 @@ components:
41234127
default:
41244128
type: string
41254129
example: my textbox
4130+
documentwithstatus_audit_trail:
4131+
type: object
4132+
properties:
4133+
email:
4134+
type: string
4135+
example: joebee@example.com
4136+
viewed:
4137+
$ref: '#/components/schemas/date'
4138+
signed:
4139+
$ref: '#/components/schemas/date'
41264140
securitySchemes:
41274141
x-api-token:
41284142
type: apiKey

0 commit comments

Comments
 (0)