Changeset 0.37.18 (#230)
Co-authored-by: gobha <jasafpro@gmail.com> Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
@@ -4441,6 +4441,23 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/MessageResponse'
|
||||
/api/v1/workspaces/default:
|
||||
get:
|
||||
tags:
|
||||
- Workspaces
|
||||
summary: Get or create user's default workspace
|
||||
description: Returns the current user's personal "My Files" workspace, auto-creating it on first access. Idempotent.
|
||||
security:
|
||||
- bearerAuth: []
|
||||
responses:
|
||||
'200':
|
||||
description: Default workspace
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/Workspace'
|
||||
'401':
|
||||
$ref: '#/components/responses/Unauthorized'
|
||||
/api/v1/workspaces/{id}:
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user