Skip to content

Commit

Permalink
Add pending field to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Feb 8, 2024
1 parent 226fe6c commit 6d742e3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,22 @@ paths:
nullable: true
description: Date the file was requested to be signed
example: '2021-12-31 22:45:50'
messages:
type: array
items:
type: object
properties:
type:
type: string
enum:
- success
- info
- warning
- danger
description: Type of message
message:
type: string
description: Text of message
requested_by:
$ref: '#/components/schemas/basicAccount'
settings:
Expand Down Expand Up @@ -951,6 +967,22 @@ paths:
nullable: true
description: Date the file was requested to be signed
example: '2021-12-31 22:45:50'
messages:
type: array
items:
type: object
properties:
type:
type: string
enum:
- success
- info
- warning
- danger
description: Type of message
message:
type: string
description: Text of message
requested_by:
$ref: '#/components/schemas/basicAccount'
settings:
Expand Down

0 comments on commit 6d742e3

Please sign in to comment.