RE-CREATE TABLE hub2 on Node1
POST http://{{NODE1_HOST}}:{{SERVER_HDB_PORT}}
Request Body
{"operation"=>"create_table", "schema"=>"treat_sys", "table"=>"hub2", "hash_attribute"=>"id"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string | 
RESPONSES
status: OK
{"message":"schema dev successfully created"}