---
title: "Edit a scheduled post"
method: PATCH
path: "/uploadposts/schedule/{job_id}"
tags: ["Upload Management"]
---

# Edit a scheduled post

`PATCH /uploadposts/schedule/{job_id}`

Update the scheduled date, title, or caption of a scheduled post.

## Path parameters

- `job_id` string, required

## Request body

- object
  - `scheduled_date` string, date-time — New ISO-8601 date/time in UTC. Must be in the future and within 1 year.
  - `title` string — New post title/caption.
  - `caption` string — New caption/description.

## Response `200`

Scheduled post updated successfully.

- object
  - `success` boolean
  - `job_id` string
  - `scheduled_date` string, date-time
  - `title` string
  - `caption` string

## Other responses

- `400` — Bad Request — Missing or invalid parameters.
- `401` — Unauthorized — Invalid or expired token.
- `403` — Forbidden — Plan restrictions or insufficient permissions.
- `404` — Not Found — Resource does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
