File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,8 +155,10 @@ See the Architecture Decision Records (ADRs) in the `docs/adr/` directory for de
155155
156156### Vehicles
157157- ` GET /api/vehicles ` - List user's vehicles
158+ - ` POST /api/vehicles ` - Link a new vehicle
158159- ` GET /api/vehicles/{id} ` - Get vehicle details
159- - ` POST /api/vehicles/{id}/command ` - Send vehicle command
160+ - ` PUT /api/vehicles/{id} ` - Update vehicle details
161+ - ` DELETE /api/vehicles/{id} ` - Unlink vehicle
160162
161163## Technology Stack
162164
@@ -181,5 +183,4 @@ See the Architecture Decision Records (ADRs) in the `docs/adr/` directory for de
181183- Tesla tokens encrypted at rest
182184- HTTPS required in production
183185- CORS configured for specific origins
184- - Rate limiting on API endpoints
185186- Secure session management via Descope
You can’t perform that action at this time.
0 commit comments