Skip to content

Create a Story Schedule

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

This endpoint allows you to create a new story schedule.

  • :space_id required number

    Numeric ID of a space

  • 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" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"story_scheduling\":{\"language\":\"pt-br\",\"publish_at\":\"2024-07-26T06:56:00.000Z\",\"story_id\":362419485}}"