PATCH
/
api
/
v1
/
user
/
warehouseCredentials
/
{uuid}
{
  "results": {
    "credentials": {
      "type": "snowflake",
      "user": "<string>"
    },
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "userUuid": "<string>",
    "uuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

uuid
string
required

Body

application/json

Response

200
application/json
Ok

The response is of type object.