Allows users to watch or unwatch content items to receive notifications about changes, and provides methods to retrieve lists of watchers and watched content.
Includes:
- GET /wiki/rest/api/content/{id}/notification/child-created
- GET /wiki/rest/api/content/{id}/notification/created - GET /wiki/rest/api/space/{spaceKey}/watch - GET /wiki/rest/api/user/watch/content/{contentId} - POST /wiki/rest/api/user/watch/content/{contentId} - DELETE /wiki/rest/api/user/watch/content/{contentId} - GET /wiki/rest/api/user/watch/label/{labelName} - POST /wiki/rest/api/user/watch/label/{labelName} - DELETE /wiki/rest/api/user/watch/label/{labelName} - GET /wiki/rest/api/user/watch/space/{spaceKey} - POST /wiki/rest/api/user/watch/space/{spaceKey} - DELETE /wiki/rest/api/user/watch/space/{spaceKey}