Update a workspace table
update workspace table
Authentication: required
PUT
Update a workspace table
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
The body is of type string.
Example:
"table book {\n schema {\n int id\n text title\n text description\n }\n index = [\n {type: \"primary\", field: [{name: \"id\"}]}\n ]\n}\n"
Response
Success!
Retrieve detailed information for a specific table
Previous
Delete a database table and all its data permanently
Next
Update a workspace table