---
title: "Set Guide Identity"
method: PUT
path: "/api/v1/content/properties/{property_id}/identity"
tags: ["Content Management"]
---

# Set Guide Identity

`PUT /api/v1/content/properties/{property_id}/identity`

Full update of the guide's distribution identity. All fields are
required; send null to clear a field back to the Hotel-era public default.
Flows to /site and llms.txt via the stored columns. location_label is a
public subtitle only — it never writes city / address / lat-lng.

## Path parameters

- `property_id` string, uuid, required

## Request body

- GuideIdentityUpdate — Full update of the guide's distribution identity. All fields are required; send null to clear a field back to the Hotel-era default. Omitted fields are 422, not silently written as None.
  - `schema_type` 'Hotel' | 'Organization' | 'SoftwareApplication', nullable, required
  - `seo_title` string, nullable, required
  - `seo_description` string, nullable, required
  - `llms_intro` string, nullable, required
  - `location_label` string, nullable, required

## Response `200`

Successful Response

- GuideIdentityResponse — Stored distribution identity. Null fields keep Hotel-era public defaults.
  - `schema_type` 'Hotel' | 'Organization' | 'SoftwareApplication', nullable
  - `seo_title` string, nullable
  - `seo_description` string, nullable
  - `llms_intro` string, nullable
  - `location_label` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/content/properties/:property_id/identity/put.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/fbb95eac3965/schema)
