Appends the specified table schema.
Security
ApiKeyAuth
- https://api.treasuredata.com/v3https://api.treasuredata.com/v3/table/append-schema/{database_name}/{table_name}
- https://api.treasuredata.co.jp/v3https://api.treasuredata.co.jp/v3/table/append-schema/{database_name}/{table_name}
- https://api.ap02.treasuredata.com/v3https://api.ap02.treasuredata.com/v3/table/append-schema/{database_name}/{table_name}
- https://api.eu01.treasuredata.com/v3https://api.eu01.treasuredata.com/v3/table/append-schema/{database_name}/{table_name}
- TableSchemaAsArray
- TableSchemaAsString
curl -i -X POST \
https://api.treasuredata.com/v3/table/append-schema/Alpha/Bravo \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'schema=[["name","string","first_name"],["creation_date","long"]]'Response
{ "database": "Alpha", "table": "Bravo", "type": "log" }