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

Commit 18586a4

Browse files
committed
Add identifyMethods to signers
Improve documentation Signed-off-by: Vitor Mattos <[email protected]>
1 parent 33071b2 commit 18586a4

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

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

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,20 +1351,6 @@ paths:
13511351
description: It's me?
13521352
example: true
13531353
identifyMethods:
1354-
type: array
1355-
items:
1356-
type: object
1357-
properties:
1358-
method:
1359-
type: string
1360-
value:
1361-
type: string
1362-
email:
1363-
type: string
1364-
format: email
1365-
description: Unique email to identify signer. This property will only exist when it is a request made by the person who requested the document to be signed.
1366-
1367-
identify-methods:
13681354
type: object
13691355
properties:
13701356
method:
@@ -1375,6 +1361,11 @@ paths:
13751361
type: string
13761362
example: signer1
13771363
description: The value that identify the signer in the authentication method
1364+
email:
1365+
type: string
1366+
format: email
1367+
description: Unique email to identify signer. This property will only exist when it is a request made by the person who requested the document to be signed.
1368+
13781369
uid:
13791370
type: string
13801371
description: Nextcloud user id of who requested the file to be signed.
@@ -1535,14 +1526,16 @@ paths:
15351526
description: It's me?
15361527
example: true
15371528
identifyMethods:
1538-
type: array
1539-
items:
1540-
type: object
1541-
properties:
1542-
method:
1543-
type: string
1544-
value:
1545-
type: string
1529+
type: object
1530+
properties:
1531+
method:
1532+
type: string
1533+
example: account
1534+
description: The identify method name
1535+
value:
1536+
type: string
1537+
example: signer1
1538+
description: The value that identify the signer in the authentication method
15461539
email:
15471540
type: string
15481541
format: email

0 commit comments

Comments
 (0)