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

Commit 8069976

Browse files
committed
add mandatory
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent f7e7c95 commit 8069976

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ paths:
813813
type: string
814814
example: signer1
815815
description: The value that identify the signer in the authentication method
816+
mandatory:
817+
type: integer
818+
example: 1
819+
description: is this sign method mandatory?
816820
uid:
817821
type: string
818822
nullable: true
@@ -1026,6 +1030,10 @@ paths:
10261030
type: string
10271031
example: signer1
10281032
description: The value that identify the signer in the authentication method
1033+
mandatory:
1034+
type: integer
1035+
example: 1
1036+
description: is this sign method mandatory?
10291037
uid:
10301038
type: string
10311039
nullable: true
@@ -1654,6 +1662,10 @@ paths:
16541662
type: string
16551663
example: signer1
16561664
description: The value that identify the signer in the authentication method
1665+
mandatory:
1666+
type: integer
1667+
example: 1
1668+
description: is this sign method mandatory?
16571669
email:
16581670
type: string
16591671
format: email
@@ -1832,6 +1844,10 @@ paths:
18321844
type: string
18331845
example: signer1
18341846
description: The value that identify the signer in the authentication method
1847+
mandatory:
1848+
type: integer
1849+
example: 1
1850+
description: is this sign method mandatory?
18351851
email:
18361852
type: string
18371853
format: email
@@ -2003,6 +2019,10 @@ paths:
20032019
type: string
20042020
example: signer1
20052021
description: The value that identify the signer in the authentication method
2022+
mandatory:
2023+
type: integer
2024+
example: 1
2025+
description: is this sign method mandatory?
20062026
email:
20072027
type: string
20082028
format: email

0 commit comments

Comments
 (0)