Onboarding

Update a content planner item

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

patch/v3/onboarding/post-onboarding/content-planner/{slug}

Path parameters

slugstring required

Request body

teamIdstring
titlestring
scheduledAtstring date-time
targetCmsstring nullable

Response

Default Response

successboolean

Changes

Changed in 1 of the 36 revisions of this API.14

  • b3e0807aa79414See the full diff
    • added required request body

      request-body-added-required

    • api operation id updateContentPlannerItem was added

      api-operation-id-added

    • api tag Onboarding added

      api-tag-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added