Handles read and update restrictions on content, enabling fine-grained access control by limiting which users or groups can view or modify specific content items.
Includes:
- GET /wiki/rest/api/content/{id}/restriction
- POST /wiki/rest/api/content/{id}/restriction - PUT /wiki/rest/api/content/{id}/restriction - DELETE /wiki/rest/api/content/{id}/restriction - GET /wiki/rest/api/content/{id}/restriction/byOperation - GET /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey} - GET /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId} - PUT /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId} - DELETE /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId} - GET /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user - PUT /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user - DELETE /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user