We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f8ba8 commit 406a290Copy full SHA for 406a290
1 file changed
docs/docs/API-docs/opensign.yaml
@@ -3109,6 +3109,10 @@ components:
3109
allow_modifications:
3110
type: boolean
3111
example: false
3112
+ audit_trail:
3113
+ type: array
3114
+ items:
3115
+ $ref: '#/components/schemas/documentwithstatus_audit_trail'
3116
xml:
3117
name: documentwithstatus
3118
document:
@@ -4123,6 +4127,16 @@ components:
4123
4127
default:
4124
4128
type: string
4125
4129
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
4126
4140
securitySchemes:
4141
x-api-token:
4142
type: apiKey
0 commit comments