API
Reference
- Projects
- My Account
- GETGet apiv1user
- POSTPost apiv1user
- PUTPut apiv1usermeemailotp
- GETGet apiv1usermeemailstatus
- GETGet apiv1usermeallowedorganizations
- POSTPost apiv1usermejoinorganization
- DELDelete apiv1userme
- GETGet apiv1userwarehousecredentials
- POSTPost apiv1userwarehousecredentials
- DELDelete apiv1userwarehousecredentials
- PATCHPatch apiv1userwarehousecredentials
- GETGet apiv1userlogin options
- GETGet apiv1usermepersonal access tokens
- POSTPost apiv1usermepersonal access tokens
- DELDelete apiv1usermepersonal access tokens
- PATCHPatch apiv1usermepersonal access tokens rotate
- GET
- User attributes
- SSH Keypairs
- SQL runner
- Spotlight
- Spaces
- Roles & Permissions
- Integrations
- Share links
- Schedulers
- Exploring
- Charts
- Content
- Organizations
- Notifications
- Metrics Explorer
- User Groups
- API Reference
- Git Integration
- Dashboards
- Exports
- Comments
- Catalog
- v2
My Account
Patch apiv1userwarehousecredentials
Update user warehouse credentials
PATCH
/
api
/
v1
/
user
/
warehouseCredentials
/
{uuid}
Copy
Ask AI
{
"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"
}
Path Parameters
Body
application/json
Response
200
application/json
Ok
The response is of type object
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.