feat: Document removal of OC_API legacy class

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2025-04-03 14:55:36 +02:00
committed by backportbot[bot]
parent 33350e5f9d
commit 44f8644afa

View File

@@ -81,6 +81,7 @@ Removed APIs
subscribe('notifications:action:execute', (event) => {
console.info('Notification action has been executed:', event.notification, event.action)
})
- Legacy class ``OC_API`` was moved to a private namepsace. It should not be needed by applications.
Back-end changes
----------------