Skip to content

Create a Workflow Stage

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

This endpoint allows you to create a workflow stage.

  • :space_id required number

    Numeric ID of a space

curl "https://mapi.storyblok.com/v1/spaces/space_id/workflow_stages" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"workflow_stage\":{\"after_publish_id\":561398,\"allow_admin_change\":true,\"allow_admin_publish\":true,\"allow_all_stages\":false,\"allow_all_users\":false,\"allow_editor_change\":false,\"allow_publish\":true,\"color\":\"#2d3v22\",\"is_default\":false,\"name\":\"testb\",\"position\":3,\"space_role_ids\":[111111,222222],\"user_ids\":[123123],\"workflow_id\":43112,\"workflow_stage_ids\":[561398]}}"