update_space_role
Modify space role configurations including permissions, allowed paths, and field access in Storyblok to control content management capabilities.
Instructions
Updates a space role's configuration via the Storyblok Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_role_id | Yes | ID of the space role to update | |
| role_name | No | New name for the role | |
| permissions | No | Array of permission strings | |
| allowed_paths | No | Array of allowed path IDs | |
| field_permissions | No | Array of field permission strings | |
| readonly_field_permissions | No | Array of readonly field permission strings | |
| subtitle | No | Subtitle for the role | |
| datasource_ids | No | Array of allowed datasource IDs | |
| component_ids | No | Array of allowed component IDs | |
| branch_ids | No | Array of allowed branch IDs | |
| allowed_languages | No | Array of allowed language codes | |
| asset_folder_ids | No | Array of allowed asset folder IDs |