Athena
TablesTable_name

Apply safe additive ALTER TABLE operations

Requires `X-Athena-Client` and a client-bound API key with `management.tables.write`.

PATCH
/management/tables/{table_name}

Path Parameters

table_name*string

Header Parameters

X-Athena-Client*string
apikey*string

Request Body

application/json

schema_name?string
Default"public"
operations*array<|||||>

Response Body

curl -X PATCH "https://athena-cluster.com/management/tables/string" \  -H "X-Athena-Client: string" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{    "operations": [      {        "type": "add_column",        "column": {          "name": "string",          "data_type": "string"        }      }    ]  }'
Empty
Empty
Empty
Empty
Empty
Empty