Archive or unarchive a project
PATCH/project-management/api/v1/projects/:projectId/archive
Archives or unarchives a project based on the isArchived flag in the request body. When isArchived is true, the project is archived (soft deleted). When isArchived is false, the project is unarchived (restored).
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Conflict