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

passwordstring password

The password for the credential.

Example request

{
  "password": "SecurePassword!234"
}

Response

OK

passwordstring password

The password for the credential.

Example response

{
  "password": "SecurePassword!234"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.