You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: site/.vuepress/public/specs/api.yaml
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2591,6 +2591,16 @@ components:
2591
2591
type: string
2592
2592
description: Description that will be displayed to the person
2593
2593
example: 'As the company''s CEO, you must sign this contract'
2594
+
identify:
2595
+
type: string
2596
+
default: nextcloud
2597
+
example: nextcloud
2598
+
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.'
2599
+
enum:
2600
+
- nextcloud
2601
+
- email-link
2602
+
- email-token
2603
+
- sms-token
2594
2604
accountSettings:
2595
2605
type: object
2596
2606
properties:
@@ -2669,11 +2679,8 @@ components:
2669
2679
- 0
2670
2680
- 1
2671
2681
- 2
2672
-
description: >
2673
-
Numeric code of status
2674
-
* 0 - no signers
2675
-
* 1 - signed
2676
-
* 2 - pending
2682
+
description: |
2683
+
Numeric code of status * 0 - no signers * 1 - signed * 2 - pending
2677
2684
example: 1
2678
2685
status_text:
2679
2686
type: string
@@ -2734,7 +2741,7 @@ components:
2734
2741
sign_uuid:
2735
2742
type: string
2736
2743
format: uuid
2737
-
description: Received from sign request, only returned when me=true
2744
+
description: 'Received from sign request, only returned when me=true'
2738
2745
displayName:
2739
2746
type: string
2740
2747
nullable: true
@@ -2763,6 +2770,17 @@ components:
2763
2770
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
2764
2771
description: Date the signature was requested
2765
2772
example: '2021-12-31 22:45:50'
2773
+
identify:
2774
+
type: string
2775
+
nullable: true
2776
+
default: nextcloud
2777
+
example: nextcloud
2778
+
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.'
2779
+
enum:
2780
+
- nextcloud
2781
+
- email-link
2782
+
- email-token
2783
+
- sms-token
2766
2784
fileUserId:
2767
2785
type: integer
2768
2786
description: ID of relation between file and user. Each relation between file and user has an ID that is returned on validation endpoints.
0 commit comments