diff --git a/site/.vuepress/public/specs/api.yaml b/site/.vuepress/public/specs/api.yaml index dcc8de4..e4cca22 100644 --- a/site/.vuepress/public/specs/api.yaml +++ b/site/.vuepress/public/specs/api.yaml @@ -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.' @@ -940,10 +944,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.'