Update Credentials - Redshift (All Fields)
POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/credentials/{{credentials_id}}/
The POST update requires that all valid JSON body key:value pairs be provided in the body payload.
This may require retrieving them from the API first, via a GET, to re-pass them to back.
If you only want to update a subset of the key:value pairs, then we recommend using the PATCH
version of this API call instead.