Skip to content

Commit a505a1f

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 49d425c commit a505a1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/data/endpoints/managed.yaml

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

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

0 commit comments

Comments
 (0)