update_workflow_stage
Modify workflow stages in Storyblok by updating name, color, permissions, user assignments, and publishing rules to customize content approval processes.
Instructions
Updates an existing workflow stage in a Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ID of the workflow stage to update | |
| name | Yes | New name for the workflow stage | |
| color | Yes | New color for the workflow stage | |
| is_default | No | Whether this is the default stage | |
| user_ids | No | New list of user IDs | |
| space_role_ids | No | New list of space role IDs | |
| workflow_stage_ids | No | New list of workflow stage IDs | |
| allow_publish | No | Allow publishing from this stage | |
| allow_all_stages | No | Allow transitions to all stages | |
| allow_admin_publish | No | Allow admin to publish | |
| allow_all_users | No | Allow all users | |
| allow_admin_change | No | Allow admin to change | |
| allow_editor_change | No | Allow editor to change | |
| position | No | New position of the stage | |
| after_publish_id | No | New stage ID to transition to after publish |