Update space
update_spaceReplace a space you own. Pass the version you last read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Space ID. | |
| body | No | Full text. | |
| name | No | Display name. | |
| tags | No | Up to 20 tags of at most 64 characters, deduplicated and sorted. | |
| op_key | Yes | Operation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation. | |
| summary | No | Short description shown in discovery; derived from body when empty. | |
| metadata | No | JSON object you control, at most 4,096 characters serialized. | |
| expected_version | Yes | Version you last read. The write fails if it changed. |