Create Workspace
POST {{baseUrl}}/v1/orgs/self/ws
Create a new workspace.
Request Body
{"name"=>"event_logs", "description"=>"Datasets of system logs for the ops team."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":{"created_at":"2001-08-28T00:23:41Z","created_by":"hello@rockset.com","name":"event_logs","description":"Datasets of system logs for the ops team.","collection_count":3}}