Skip to main content

LocationPut

Version: v2.0.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

LocationPut model

Fields

FieldTypeRequiredDefaultDescription
is_in_yardbool
location_idstr
location_namestr
location_tagList[str]
columnsint
rowsint

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPUT /newlocation/src/location_put.py

Change history

v2.0.0 · 2025-08-20 · Olaniyi Ajayi · e2bec9a8c

fx

  • Added optional field columns.
  • Added required field location_id.
  • Added optional field rows.
  • Field is_in_yard type changed: bool → Optional[bool] (breaking).
  • Field is_in_yard became optional.
  • Field location_tag type changed: List[str] → Optional[List[str]] (breaking).
  • Field location_tag became optional.
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3

models

  • Initial version.

Generated from dismantly-backend/Microservices/Location/dependencies/models.py. Do not edit by hand.

Models last synced: 2026-06-23 13:21 UTC