generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/workspaces/{id}
Request body
{
"title": "My workspace",
"description": "This is a description",
"photo": {
"id": "string"
}
}
Response body
{
"id": 1,
"title": "My workspace",
"description": "This is a description",
"owner": {
"id": 1
},
"createdAt": "2024-04-25T16:34:06.235Z",
"updatedAt": "2024-04-29T12:23:17.000Z",
"deletedAt": null
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels