| title | Endpoints |
|---|
| Method | Path | Description |
|---|---|---|
GET |
/users |
List all users |
GET |
/users/:id |
Get user by ID |
POST |
/users |
Create a user |
PATCH |
/users/:id |
Update a user |
DELETE |
/users/:id |
Delete a user |
| Method | Path | Description |
|---|---|---|
GET |
/projects |
List all projects |
GET |
/projects/:id |
Get project by ID |
POST |
/projects |
Create a project |