---
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

## Changes

> 22 revisions in range; 1 not diffed.

- **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/integrations/wordpress/:property_id/sync-guides/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.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
