Update space
update_spaceEdit a space's name or slug with idempotent updates. Changing slug updates the URL path, leaving existing links intact.
Instructions
Patch a space's name and/or slug (editor+); idempotent — pass only the field(s) you want to change. Changing the slug updates the space's URL path (existing page ids and links still resolve). To create a space use create_space, to read it use get_space, to remove it use delete_space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | space id to patch | |
| name | No | new name (omit to leave unchanged) | |
| slug | No | new slug (omit to leave unchanged) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes |