UpdateZoningRequest

Partial update body for the zoning block on a property PATCH. Include only the sub-fields you want to change; omitted fields are left untouched. Sending null for a nullable sub-field clears it.

  • categories
    Type: array string[] | null
  • gfa
    Type: object ยท Area nullable

    Area measurement with value and unit.

    • unit
      Type: string
      required

      Area unit. Write requests must include "sqm"; read responses are normalized to "sqm".

    • value
      Type: number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double
      required

      Area value.