v1

latestOpenAPI 3.0.22026-07-2413411.3 KB
Data Catalog

Update schema catalog

patch/connections/{connection_id}/databases/{database_name}/schemas/{schema_name}/catalog

Path parameters

connection_idstring required
database_namestring required
schema_namestring required

Headers

Acceptstring required

Request body

{"stackTrail":"paths:/connections/{connection_id}/databases/{database_name}/schemas/{schema_name}/catalog:patch:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":{"tables":{"city":{"description":"New city description","tags":["tag"]},"country":{"description":"New country description","tags":["tag"]}}}}

Example request

{
  "tables": {
    "city": {
      "description": "New city description",
      "tags": [
        "tag"
      ]
    },
    "country": {
      "description": "New country description",
      "tags": [
        "tag"
      ]
    }
  }
}

Response

The resource was updated successfully