GET /v2/cursus/:cursus_id/projects
Return all the projects of the given Cursus

GET /v2/projects/:project_id/projects
Return all the projects of the given Project

GET /v2/projects
Return all the projects

GET /v2/me/projects
Return all the projects for the current resource owner



POST /v2/projects
Create a project


PATCH /v2/projects/:id
Update a project

PUT /v2/projects/:id
Update a project


DELETE /v2/projects/:id
Destroy a project


PATCH /v2/projects/:id/retry
Retry the project user for the current resource owner

PUT /v2/projects/:id/retry
Retry the project user for the current resource owner