v1
latestOpenAPI 3.0.22026-07-2413411.3 KBData Catalog
Update Connection catalog
patch/connections/{connection_id}/catalog
Path parameters
connection_idstring required
Headers
Acceptstring required
Request body
{"stackTrail":"paths:/connections/{connection_id}/catalog:patch:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":{"databases":{"world":{"schemas":{"public":{"tables":{"city":{"description":"New description","tags":["tag"]}}}}}}}}
Example request
{
"databases": {
"world": {
"schemas": {
"public": {
"tables": {
"city": {
"description": "New description",
"tags": [
"tag"
]
}
}
}
}
}
}
}Response
The resource was updated successfully