generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/workspaces/{id}
Response body
{
"id": 1,
"title": "Workspace 1",
"description": "Workspace 1 description",
"owner": {
"id": 1,
"firstName": "John",
"lastName": "Doe",
"role": {
"id": 1,
"name": "Admin",
"__entity": "RoleEntity"
},
"status": {
"id": 1,
"name": "Active",
"__entity": "StatusEntity"
},
"createdAt": "2024-04-25T16:34:06.092Z",
"updatedAt": "2024-04-29T12:12:35.000Z",
"deletedAt": null
},
"createdAt": "2024-04-25T16:34:06.235Z",
"updatedAt": "2024-04-25T16:34:06.235Z",
"deletedAt": null
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels