We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/v1/workspaces
{ "title": "My workspace", "description": "This is a description", "photo": { "id": "string" } }
the title is only required
Response body
{ "id": 32, "title": "My workspace", "description": null, "owner": { "id": 1 }, "members": [ { "id": 1 } ], "createdAt": "2024-04-29T12:18:49.860Z", "updatedAt": "2024-04-29T12:18:49.860Z", "deletedAt": null }
"members": [ { "id": 1 }
id of creator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/api/v1/workspaces
Request body
the title is only required
Response body
id of creator
The text was updated successfully, but these errors were encountered: