Error
A valid request URL is required to generate request examples{
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Update warehouse credentials
Update user warehouse credentials
PATCH
/
api
/
v1
/
user
/
warehouseCredentials
/
{uuid}
Error
A valid request URL is required to generate request examples{
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
Was this page helpful?