generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/workspaces
Request body
{
"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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels