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
parent f98754c0ad
commit 59b9d65239

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
----------------