confluence_restriction_revoke
Revoke read or update restrictions on a Confluence page for a specified user or group. Supply the page ID, operation, and either account ID or group name.
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. |