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

Commit 315040f

Browse files
committed
Update documentation
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 265ebcf commit 315040f

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,14 @@ paths:
836836
schema:
837837
type: object
838838
properties:
839-
password:
839+
method:
840840
type: string
841841
format: password
842842
example: password
843+
identifyValue:
844+
type: string
845+
format: password
846+
example: secretPassword
843847
elements:
844848
type: array
845849
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:
857861
- documentElementId
858862
- profileElementId
859863
required:
860-
- password
864+
- method
865+
- identifyValue
861866
responses:
862867
'200':
863868
description: Success!
@@ -940,10 +945,14 @@ paths:
940945
schema:
941946
type: object
942947
properties:
943-
password:
948+
method:
944949
type: string
945950
format: password
946951
example: password
952+
identifyValue:
953+
type: string
954+
format: password
955+
example: secretPassword
947956
elements:
948957
type: array
949958
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.'
@@ -961,7 +970,8 @@ paths:
961970
- documentElementId
962971
- profileElementId
963972
required:
964-
- password
973+
- method
974+
- identifyValue
965975
responses:
966976
'200':
967977
description: Success!

0 commit comments

Comments
 (0)