Update Project


PATCH /api/project/:projectId

Updates the specified project.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId

Authorization

Owner Admin

Path parameters

NameTypeDescription
projectId*stringProject ID

Body parameters

NameTypeDescription
namestringProject name
fullNamestringFull name (official name)
purposestringProject purpose

Example responses

{
  "requestedBy": 1,
  "project": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "name": "elephant-website",
    "fullName": "Elephant website development project",
    "purpose": "Investigating elephant ecology.",
    "avatarUrl": "/dummy/project-icon1.png",
    "backgroundUrl": "/dummy/project-bg1.png",
    "productImageUrl": "",
    "sortOrder": 0,
    "free": true,
    "isClosed": false,
    "isPublic": false,
    "extra": null,
    "space": 1
  }
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free