---
title: "Edit Schedule"
method: PATCH
path: "/api/v1/social/schedule/{post_id}"
tags: ["socialScheduler"]
---

# Edit Schedule

`PATCH /api/v1/social/schedule/{post_id}`

## Path parameters

- `post_id` string, required

## Request body

- UpdateScheduleDTO
  - `scheduled_time` string, nullable
  - `caption` string, nullable
  - `hashtags` string[], nullable
  - `privacy_level` string, nullable
  - `social_account_id` string, nullable
  - `is_aigc` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
