confluence_update_space
Update a Confluence space by changing its name, description, or status. Optionally retrieve the full raw response with 'full=true'.
Instructions
Update an existing space. Can update name, description, etc. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| name | No | The new name of the space | |
| status | No | Update space status | |
| spaceId | Yes | The ID of the space to update | |
| description | No | The new description (plain text) |