bricks_wp_update_post
Update an existing WordPress post by sending only changed fields like title, content, categories, tags, excerpt, status, and featured image.
Instructions
Update an existing WordPress post. Only sends changed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag IDs | |
| title | No | New title | |
| status | No | New status: publish, draft, pending, private | |
| content | No | New content (HTML) | |
| excerpt | No | New excerpt | |
| post_id | Yes | Post ID to update | |
| categories | No | Category IDs | |
| featured_media | No | Featured image media ID |