Skip to content

Commit

Permalink
Add identifyMethods to signers array
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Oct 23, 2023
1 parent ae67886 commit 678d2c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,15 @@ paths:
type: boolean
description: It's me?
example: true
identifyMethods:
type: array
items:
type: object
properties:
method:
type: string
value:
type: string
email:
type: string
format: email
Expand Down Expand Up @@ -1567,6 +1576,15 @@ paths:
type: boolean
description: It's me?
example: true
identifyMethods:
type: array
items:
type: object
properties:
method:
type: string
value:
type: string
email:
type: string
format: email
Expand Down

0 comments on commit 678d2c4

Please sign in to comment.