Skip to main content
PATCH
Alter tables

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalog_name
string
required

Catalog name.

schema_name
string
required

Schema name.

table_name
string
required

Table name.

Body

application/json
operations
AlterTableOperation · object[]
required

Ordered list of alter operations to apply

Response

Table altered successfully.

status
string
required

The status of the job after completion: COMPLETED or FAILED.

message
string
required

Message describing the completion,partial completion, or failure of the execution.

altered_at
string<date-time>
required

Timestamp of job completion.