Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Jan 22, 2024
1 parent 265ebcf commit 315040f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -836,10 +836,14 @@ paths:
schema:
type: object
properties:
password:
method:
type: string
format: password
example: password
identifyValue:
type: string
format: password
example: secretPassword
elements:
type: array
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.'
Expand All @@ -857,7 +861,8 @@ paths:
- documentElementId
- profileElementId
required:
- password
- method
- identifyValue
responses:
'200':
description: Success!
Expand Down Expand Up @@ -940,10 +945,14 @@ paths:
schema:
type: object
properties:
password:
method:
type: string
format: password
example: password
identifyValue:
type: string
format: password
example: secretPassword
elements:
type: array
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.'
Expand All @@ -961,7 +970,8 @@ paths:
- documentElementId
- profileElementId
required:
- password
- method
- identifyValue
responses:
'200':
description: Success!
Expand Down

0 comments on commit 315040f

Please sign in to comment.