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

Commit 999202a

Browse files
committed
Update to new structure
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 49a7224 commit 999202a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,15 +2295,16 @@ components:
22952295
description: Description that will be displayed to the person
22962296
example: 'As the company''s CEO, you must sign this contract'
22972297
identify:
2298-
type: string
2299-
default: nextcloud
2300-
example: nextcloud
2301-
description: 'When is requested to a person to sign a file, is necessary identify what is the identification method. The identification method is used to define how will be the sign flow.'
2302-
enum:
2303-
- nextcloud
2304-
- email-link
2305-
- email-token
2306-
- sms-token
2298+
type: object
2299+
properties:
2300+
email:
2301+
type: string
2302+
example: signer1
2303+
description: The email of signer
2304+
account:
2305+
type: string
2306+
example: signer1
2307+
description: The account name of signer
23072308
accountSettings:
23082309
type: object
23092310
properties:

0 commit comments

Comments
 (0)