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
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -836,10 +836,14 @@ paths:
836
836
schema:
837
837
type: object
838
838
properties:
839
-
password:
839
+
method:
840
840
type: string
841
841
format: password
842
842
example: password
843
+
identifyValue:
844
+
type: string
845
+
format: password
846
+
example: secretPassword
843
847
elements:
844
848
type: array
845
849
description: 'Visible elements. Not mandatory, only needed when the document has visible elements and the user has many visible elements associated to profile and don''t has favorited visible element to use.'
@@ -857,7 +861,8 @@ paths:
857
861
- documentElementId
858
862
- profileElementId
859
863
required:
860
-
- password
864
+
- method
865
+
- identifyValue
861
866
responses:
862
867
'200':
863
868
description: Success!
@@ -940,10 +945,14 @@ paths:
940
945
schema:
941
946
type: object
942
947
properties:
943
-
password:
948
+
method:
944
949
type: string
945
950
format: password
946
951
example: password
952
+
identifyValue:
953
+
type: string
954
+
format: password
955
+
example: secretPassword
947
956
elements:
948
957
type: array
949
958
description: 'Visible elements. Not mandatory, only needed when the document has visible elements and the user has many visible elements associated to profile and don''t has favorited visible element to use.'
0 commit comments