Skip to content
New issue

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

[Workspaces] POST | workspaces #41

Open
hazemahmedx0 opened this issue Apr 29, 2024 · 0 comments
Open

[Workspaces] POST | workspaces #41

hazemahmedx0 opened this issue Apr 29, 2024 · 0 comments

Comments

@hazemahmedx0
Copy link

/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant