Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 532 Bytes

File metadata and controls

23 lines (18 loc) · 532 Bytes
title Endpoints

Endpoints

Users

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

Projects

Method Path Description
GET /projects List all projects
GET /projects/:id Get project by ID
POST /projects Create a project