Update a managed credential's username and password

Updates the username and password for a managed credential.

This operation can only be accessed by the unrestricted users of an account.

Permissions and scopes

To call this operation, you need the following:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli managed credential-update-username-password 9991 \
  --username johndoe \
  --password s3cur3P@ssw0rd

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The ID of the Credential to update.

Body Params
string
required

The password to use when accessing the Managed Service.

string
length between 0 and 5000

The username to use when accessing the Managed Service.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json