Update Space Property
update_space_propertyModify an existing space property in Confluence. Specify the space, property ID, key, new value, and version number to track changes and avoid conflicts.
Instructions
Update an existing content property on a space.
Args:
space_id: The ID of the space.
property_id: The ID of the property to update.
key: Property key.
value: New property value.
version_number: Current version number of the property (incremented automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| space_id | Yes | ||
| property_id | Yes | ||
| version_number | Yes |