---
title: "Update a content planner item"
method: PATCH
path: "/v3/onboarding/post-onboarding/content-planner/{slug}"
tags: ["Onboarding"]
---

# Update a content planner item

`PATCH /v3/onboarding/post-onboarding/content-planner/{slug}`

Update a planned (not-yet-generated) content-calendar item's title, scheduled date, or target CMS.

## Path parameters

- `slug` string, required

## Request body

- object
  - `teamId` string
  - `title` string
  - `scheduledAt` string, date-time
  - `targetCms` string, nullable

## Response `200`

Default Response

- object
  - `success` boolean

## Other responses

- `400` — Default Response

## Changes

- **2026-07-31** `b3e0807aa794` — 1 breaking, 4 info
  - added required request body
  - api operation id `updateContentPlannerItem` was added
  - api tag `Onboarding` added
  - added the media type `application/json` for the response with the status `200`
  - …1 more

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/onboarding/post-onboarding/content-planner/:slug/patch.md)

---

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