Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 6d742e3

Browse files
committed
Add pending field to documentation
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 226fe6c commit 6d742e3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

site/.vuepress/public/specs/api.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,22 @@ paths:
749749
nullable: true
750750
description: Date the file was requested to be signed
751751
example: '2021-12-31 22:45:50'
752+
messages:
753+
type: array
754+
items:
755+
type: object
756+
properties:
757+
type:
758+
type: string
759+
enum:
760+
- success
761+
- info
762+
- warning
763+
- danger
764+
description: Type of message
765+
message:
766+
type: string
767+
description: Text of message
752768
requested_by:
753769
$ref: '#/components/schemas/basicAccount'
754770
settings:
@@ -951,6 +967,22 @@ paths:
951967
nullable: true
952968
description: Date the file was requested to be signed
953969
example: '2021-12-31 22:45:50'
970+
messages:
971+
type: array
972+
items:
973+
type: object
974+
properties:
975+
type:
976+
type: string
977+
enum:
978+
- success
979+
- info
980+
- warning
981+
- danger
982+
description: Type of message
983+
message:
984+
type: string
985+
description: Text of message
954986
requested_by:
955987
$ref: '#/components/schemas/basicAccount'
956988
settings:

0 commit comments

Comments
 (0)