Create Page Property
create_page_propertyCreate a custom property on a Confluence page by providing page ID, a unique key, and a JSON-serializable value.
Instructions
Create a content property on a page.
Args:
page_id: Page ID.
key: Property key (must be unique on the page).
value: Property value — any JSON-serializable value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| page_id | Yes |