generated from Aditya-Jyoti/Hono-API-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Endpoints
- GET
/project/
- Retrieves all information about all projects.
- Superadmin, Admin, Evaluator(specific projects), User(specific project)
- GET
/project/{id}
- Retrieves detailed information about a specific project.
- Superadmin, Admin, User(restricted access), Evaluator(restricted access)
- POST
/project
- Creates a new project.
- Requires the following fields in the request body:
{
"title": "string",
"description": "string",
"teamId": "string"
}
- Superadmin, Admin, User
- DELETE
/project/{id}
- Deletes a specific project.
- Superadmin, Admin(restricted access), User(team leader has restricted access)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request