Skip to content

Update a Story Schedule

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/story_schedulings/:story_scheduling_id

Update a publishing schedule by the numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :story_scheduling_id required number

    Numeric ID of a story scheduling object

  • story_scheduling The Story Scheduling Object

    A single story scheduling object.

  • story_scheduling The Story Scheduling Object

    A single story scheduling object.

curl "https://mapi.storyblok.com/v1/spaces/606/story_schedulings/123" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"story_scheduling\":{\"publish_at\":\"2024-08-26T06:56:00.000Z\"}}"