Skip to content

[Workspaces] PATCH | workspace #43

Description

@hazemahmedx0

/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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions