---
title: "Wordpress Sync Guides"
method: POST
path: "/integrations/wordpress/{property_id}/sync-guides"
tags: ["wordpress"]
---

# Wordpress Sync Guides

`POST /integrations/wordpress/{property_id}/sync-guides`

Mirror the property's published knowledge-center pages onto its
WordPress site — as drafts and proposals only; shipping them live is the
same human gate as everything else (defense 20).

Runs inline: operator-triggered, a page per round-trip, and the result
counts are the response. A guide large enough to outgrow this belongs in
a background task — measured before built.

## Path parameters

- `property_id` string, uuid, required

## Response `200`

Successful Response

- WordPressGuideSyncResult — What one sync run did — counts only, per the telemetry contract.
  - `total` integer, required
  - `created` integer, required
  - `updated` integer, required
  - `proposed` integer, required
  - `skipped` integer, required
  - `parent_page_id` integer, required

## Other responses

- `404` — Error
- `409` — Error
- `422` — Validation Error
- `502` — Error

---

[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/c0f54348e251/schema)
