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

Commit 678d2c4

Browse files
committed
Add identifyMethods to signers array
Signed-off-by: Vitor Mattos <[email protected]>
1 parent ae67886 commit 678d2c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,15 @@ paths:
14051405
type: boolean
14061406
description: It's me?
14071407
example: true
1408+
identifyMethods:
1409+
type: array
1410+
items:
1411+
type: object
1412+
properties:
1413+
method:
1414+
type: string
1415+
value:
1416+
type: string
14081417
email:
14091418
type: string
14101419
format: email
@@ -1567,6 +1576,15 @@ paths:
15671576
type: boolean
15681577
description: It's me?
15691578
example: true
1579+
identifyMethods:
1580+
type: array
1581+
items:
1582+
type: object
1583+
properties:
1584+
method:
1585+
type: string
1586+
value:
1587+
type: string
15701588
email:
15711589
type: string
15721590
format: email

0 commit comments

Comments
 (0)