Skip to content

Commit 94528cb

Browse files
Josh SagerDorthu
authored andcommitted
Addressed feedback PR
password is required removed "successful" from login description in object added optional true for username
1 parent 42ee4e6 commit 94528cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/data/objects/managedcredential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ schema:
2222
last_decryption:
2323
type: Object
2424
description: >
25-
The username and datetime of the last successful login using this credential.
25+
The username and datetime of the last login using this credential.
2626
who:
2727
type: String
2828
value: myusername

src/data/endpoints/managed.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ endpoints:
200200
A unique label describing the credential being added.
201201
username:
202202
type: String
203+
optional: true
203204
description: >
204205
An optional login username.
205206
password:

0 commit comments

Comments
 (0)