# Update a scheduled or draft post with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/update-post --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)PATCH/posts/{id} # Update a scheduled or draft post with the PostEverywhere API Only posts whose derived status is `scheduled` or `draft` can be edited (`400 invalid_post_status` otherwise). At least one field is required. Changing `account_ids` rebuilds all destinations; changing only `scheduled_for` shifts every queued destination by the same delta. Same alias and wrong-field-name rules as `createPost`. Error codes: `validation_error`, `invalid_post_status`, `content_too_long`, `too_many_accounts`, `invalid_timezone`, `invalid_datetime`, `past_schedule_time`, `invalid_accounts`, `invalid_field_name`, `invalid_id`, `not_found`. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLM ## Parameters idstringrequiredPost UUID (non-UUIDs return 400 invalid_id)This endpoint accepts a JSON request body. See the [posts guide](https://posteverywhere.ai/docs/quick-start) for a worked example. ## Responses - 200Updated post - 400 - 401 - 402 - 403 - 404 - 429 - 500 ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Retry a post](https://posteverywhere.ai/docs/api/retry-post) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts) - [Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts) - [Get the queue](https://posteverywhere.ai/docs/api/get-queue) - [Approve a post](https://posteverywhere.ai/docs/api/approve-post) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Get a post](https://posteverywhere.ai/docs/api/get-post)[Delete a post →](https://posteverywhere.ai/docs/api/delete-post)[← All endpoints](https://posteverywhere.ai/docs/api/reference)