latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

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"
}