confluence_restriction_revoke
Remove read or update restrictions from a Confluence page for a specific user or group. Provide the content ID and operation ("read" or "update"), plus either an account ID or group name; returns status confirmation.
Instructions
Revoke a user's or group's read/update restriction on a Confluence page. operation is "read" or "update"; supply exactly one of account_id or group. Returns YAML {status: ok}. Mirrors omni-dev atlassian confluence restriction revoke.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group name. Exactly one of `account_id` / `group` must be set. | |
| operation | Yes | Operation the restriction applies to — `"read"` or `"update"`. | |
| account_id | No | Atlassian `accountId` of the user. Exactly one of `account_id` / `group` must be set. | |
| content_id | Yes | Confluence page (content) ID. |