update_space
Update a Storyblok space's name, domain, owner, webhooks, and other settings by its space ID.
Instructions
Updates an existing Storyblok space via the Management API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the space to update | |
| name | No | New name for the space | |
| domain | No | New domain | |
| uniq_domain | No | Unique domain | |
| owner_id | No | Owner user ID | |
| story_published_hook | No | Webhook URL for story published events | |
| environments | No | Array of environment configurations | |
| parent_id | No | Parent space ID | |
| searchblok_id | No | Searchblok ID | |
| duplicatable | No | Whether the space can be duplicated | |
| billing_address | No | Billing address object | |
| routes | No | Array of routes | |
| default_root | No | Default root content type | |
| has_pending_tasks | No | Whether the space has pending tasks | |
| ai_translation_disabled | No | Whether AI translation is disabled | |
| options | No | Additional options |