Skip to content

Commit 12a936b

Browse files
committed
Update readme
1 parent b571380 commit 12a936b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)