---
title: "Scaffold Guide"
method: POST
path: "/api/v1/content/properties/{property_id}/scaffold-guide"
tags: ["Content Management"]
---

# Scaffold Guide

`POST /api/v1/content/properties/{property_id}/scaffold-guide`

## Path parameters

- `property_id` string, uuid, required

## Request body

- ScaffoldGuideRequest
  - `property_code` string, nullable
  - `language` string
  - `auto_publish_imported` boolean
  - `bind_text_agent_id` string, uuid, nullable

## Response `200`

Successful Response

- GuideScaffoldResult
  - `created_template_slugs` string[], required
  - `skipped_existing_slugs` string[], required
  - `import_result` WebHotelierImportResultRead
    - `imported` string[]
    - `overwritten_human_edits` string[]
    - `skipped_manual_pages` string[]
  - `reviews_import_result` ReviewsImportResultRead
    - `imported` string[]
    - `overwritten_human_edits` string[]
    - `skipped_manual_pages` string[]
    - `skipped_no_place_id` boolean
    - `skipped_no_data` boolean
  - `published_slugs` string[], required
  - `docs_publishable_key` string, required
  - `guide_slug` string, required
  - `guide_path` string, required
  - `concierge_bound` boolean

## 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/scaffold-guide/post.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/38166468bfc5/schema)
