cURL
curl --request POST \ --url http://api/v1/user/warehouseCredentials \ --header 'Content-Type: application/json' \ --data ' { "credentials": { "user": "<string>", "type": "redshift", "password": "<string>" }, "name": "<string>" } '
{ "results": { "credentials": { "user": "<string>", "type": "postgres" }, "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "userUuid": "<string>", "uuid": "<string>" }, "status": "ok" }
Create user warehouse credentials
From T, pick a set of properties whose keys are in the union K
Show child attributes
Ok
ok
Was this page helpful?