> ## Documentation Index
> Fetch the complete documentation index at: https://docs.briksync.com/llms.txt
> Use this file to discover all available pages before exploring further.

# April 11, 2026

> Deprecated land property type and Swagger UI security hardening.

<Update label="2026-04-11" description="v1.0.3" tags={["Update", "Fix"]}>
  ## Week in review

  This week we deprecated the land property type, corrected several API documentation inaccuracies, and hardened the Swagger UI endpoint with additional security headers.

  ### Updates

  * **"Land" property type deprecated** — The `land` property type is deprecated and no longer accepted when creating or filtering properties. Existing properties with this type still appear in unfiltered results but cannot be assigned to new properties. The property type filter, CSV import template, and quickstart guide have been updated accordingly. [Learn more](/features/properties)

  * **Swagger UI security headers** — The interactive API explorer now returns `Cache-Control`, `X-Content-Type-Options`, and `Content-Security-Policy` response headers. The page is also excluded from search engine indexing. [Learn more](/api/overview)

  ### Bug fixes

  * Fixed the lease creation endpoint documentation to return all errors (validation, authentication, and authorization) under a single `400` status code with descriptive messages, matching the actual API behavior.

  * Corrected the automated reminders API response description — when you request a specific reminder type, only that type's count is included in the response. Other types are omitted rather than returned as zero.
</Update>
