Update Credentials - Redshift (Selected Fields)

PATCH {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/credentials/{{credentials_id}}/

Using PATCH instead of POST allows an update to made without providing ALL json body key:value pairs.

The minimum is the id key, plus whatever other key:value pair you want to update:

{
id : 1234,
password : password
}