mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 08:55:40 +02:00
30 lines
No EOL
733 B
HTTP
30 lines
No EOL
733 B
HTTP
@baseUrl = http://localhost:3000
|
|
|
|
POST {{baseUrl}}/spaces
|
|
Content-Type: application/json
|
|
x-zen-shared-name: cool-zenrice-test-base
|
|
x-zen-shared-author: jhon@doe.com
|
|
User-Agent: ZenBrowser/1.2b.0 (EndeavourOS x86_64)
|
|
|
|
{
|
|
"space_id": "UNIQUE-IDENTIFIER",
|
|
"owner_id": "USER_OR_TEAM_ID",
|
|
"name": "Project X Workspace",
|
|
"description": "Workspace for Project X collaboration",
|
|
"tabs": [
|
|
{
|
|
"url": "https://example.com",
|
|
"title": "Example Site",
|
|
"pinned": true,
|
|
"archived": false,
|
|
"metadata": {
|
|
"last_accessed": "2024-02-20T14:30:00Z",
|
|
"preview_image": "base64_thumbnail"
|
|
}
|
|
}
|
|
],
|
|
"permissions": {
|
|
"public_sharing": false,
|
|
"edit_restrictions": "owner_only"
|
|
}
|
|
} |