VehicleCrushPut
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Vehicle Crush Put Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
vehicle_id | str | ✅ | — | — |
is_crushed | bool | ✅ | — | — |
updated_at | str | ❌ | 2026-06-23T08:40:20.229129+00:00 | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /crush | — | src/vehicle_update_crushed_status.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · 2ffc9c19c
part ready
- Initial version.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.