Merge pull request #12998 from nextcloud/backport/12997/stable31

[stable31] feat: Document removal of OC_API legacy class
This commit is contained in:
Côme Chilliet
2025-04-03 16:55:06 +02:00
committed by GitHub

View File

@@ -82,6 +82,8 @@ Removed APIs
console.info('Notification action has been executed:', event.notification, event.action)
})
- Legacy class ``OC_API`` was moved to a private namespace. It should not be needed by applications.
Back-end changes
----------------