Update README.md
This commit is contained in:
parent
ed3fd1c367
commit
a6f6f57c1d
16
README.md
16
README.md
@ -81,14 +81,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
||||
- `POST /auth/logout` - User logout
|
||||
- `GET /auth/verify` - Verify authentication status
|
||||
|
||||
### User Management
|
||||
- `GET /users` - Get all users
|
||||
- `POST /users` - Create new user
|
||||
- `GET /users/:id` - Get user by ID
|
||||
- `PUT /users/:id` - Update user
|
||||
- `DELETE /users/:id` - Delete user
|
||||
|
||||
### Production Management
|
||||
### Production
|
||||
- `GET /printers` - Get all printers
|
||||
- `POST /printers` - Create new printer
|
||||
- `GET /jobs` - Get all jobs
|
||||
@ -97,7 +90,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
||||
- `POST /gcodefiles` - Upload G-code file
|
||||
- `GET /filaments` - Get all filaments
|
||||
|
||||
### Inventory Management
|
||||
### Inventory
|
||||
- `GET /partstocks` - Get part stock levels
|
||||
- `POST /partstocks` - Update part stock
|
||||
- `GET /filamentstocks` - Get filament stock levels
|
||||
@ -106,6 +99,11 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
||||
- `GET /stockaudits` - Get stock audits
|
||||
|
||||
### Management
|
||||
- `GET /users` - Get all users
|
||||
- `POST /users` - Create new user
|
||||
- `GET /users/:id` - Get user by ID
|
||||
- `PUT /users/:id` - Update user
|
||||
- `DELETE /users/:id` - Delete user
|
||||
- `GET /parts` - Get all parts
|
||||
- `POST /parts` - Create new part
|
||||
- `GET /products` - Get all products
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user