This endpoint creates a new workspace in the DataGOL Platform. Workspaces help organize users, resources, and configurations within the platform.
Endpoint: https://be.datagol.ai/noCo/api/v2/workspaces
Method: POST
Auth Required: Yes (x-auth-token)
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | The display name of the workspace. |
| description | string | No | A brief description of the workspace (can be an empty string). |
create Workspace