Skip to content

Commit

Permalink
add mandatory
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Feb 22, 2024
1 parent f7e7c95 commit 8069976
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,10 @@ paths:
type: string
example: signer1
description: The value that identify the signer in the authentication method
mandatory:
type: integer
example: 1
description: is this sign method mandatory?
uid:
type: string
nullable: true
Expand Down Expand Up @@ -1026,6 +1030,10 @@ paths:
type: string
example: signer1
description: The value that identify the signer in the authentication method
mandatory:
type: integer
example: 1
description: is this sign method mandatory?
uid:
type: string
nullable: true
Expand Down Expand Up @@ -1654,6 +1662,10 @@ paths:
type: string
example: signer1
description: The value that identify the signer in the authentication method
mandatory:
type: integer
example: 1
description: is this sign method mandatory?
email:
type: string
format: email
Expand Down Expand Up @@ -1832,6 +1844,10 @@ paths:
type: string
example: signer1
description: The value that identify the signer in the authentication method
mandatory:
type: integer
example: 1
description: is this sign method mandatory?
email:
type: string
format: email
Expand Down Expand Up @@ -2003,6 +2019,10 @@ paths:
type: string
example: signer1
description: The value that identify the signer in the authentication method
mandatory:
type: integer
example: 1
description: is this sign method mandatory?
email:
type: string
format: email
Expand Down

0 comments on commit 8069976

Please sign in to comment.