Create table in data space
POST/api/v1/data-spaces/:datasourceId/create-table
Create a new table with specified columns in a data space. The datasource must belong to the authenticated user.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Table created
Invalid request parameters
Unauthenticated
Forbidden or quota exceeded
Datasource or data space not found
Internal server error