Skip to content

Commit 5cd5652

Browse files
committed
docs: add document for delete project endpoint in README file
1 parent ee45f48 commit 5cd5652

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ base url: `http://localhost:3000`
8888
- Update a project: `PUT /api/organization/:organizationId/team/:teamId/project/:projectId`
8989
- Update the project status: `PATCH /api/organization/:organizationId/team/:teamId/project/:projectId/status`
9090
- Update the project priority: `PATCH /api/organization/:organizationId/team/:teamId/project/:projectId/priority`
91+
- Delete a project: `DELETE /api/organization/:organizationId/team/:teamId/project/:projectId`

0 commit comments

Comments
 (0)