Credential Lists
Update the password for a credential
put/credentialLists/{credentialListId}/credentials/{username}
Path parameters
credentialListIdstring required
The ID of the credential list entry.
usernamestring required
The username of the credential.
Request body
Example request
{
"password": "SecurePassword!234"
}Response
OK
Example response
{
"password": "SecurePassword!234"
}