cURL
curl --request PATCH \ --url http://api/v1/org/warehouse-credentials/{credentialsUuid} \ --header 'Content-Type: application/json' \ --data ' { "credentials": { "sshTunnelPrivateKey": "<string>", "sshTunnelPublicKey": "<string>", "sshTunnelUser": "<string>", "sshTunnelPort": 123, "sshTunnelHost": "<string>", "useSshTunnel": true, "timeoutSeconds": 123, "startOfWeek": 0, "ra3Node": true, "sslmode": "<string>", "keepalivesIdle": 123, "threads": 123, "schema": "<string>", "dbname": "<string>", "port": 123, "requireUserCredentials": true, "password": "<string>", "user": "<string>", "host": "<string>", "type": "redshift" }, "description": "<string>", "name": "<string>" } '
{ "results": { "credentials": { "type": "snowflake", "account": "<string>", "requireUserCredentials": true, "authenticationType": "password", "role": "<string>", "database": "<string>", "warehouse": "<string>", "schema": "<string>", "threads": 123, "clientSessionKeepAlive": true, "queryTag": "<string>", "accessUrl": "<string>", "startOfWeek": 0, "quotedIdentifiersIgnoreCase": true, "override": true, "organizationWarehouseCredentialsUuid": "<string>" }, "createdByUserUuid": "<string>", "createdAt": "2023-11-07T05:31:56Z", "warehouseType": "bigquery", "description": "<string>", "name": "<string>", "organizationUuid": "<string>", "organizationWarehouseCredentialsUuid": "<string>" }, "status": "ok" }
Update existing warehouse credentials
the UUID of the warehouse credentials to update
the updated warehouse credentials
Show child attributes
Ok
Organization-level warehouse credentials
ok
Was this page helpful?