Hello,
Could it be possible to expose the app version through the capabilities endpoint?
This is useful when managing multiple Nextcloud to monitor and report the app version. Many other Nextcloud Apps are already exposing this data (circles, richdocuments, deck to name a few)
Example:
curl --request GET \
--url https://user:password@mycloud.localnet.com/ocs/v2.php/cloud/capabilities \
--header 'OCS-APIRequest: true'
Hello, Could it be possible to expose the app version through the capabilities endpoint? This is useful when managing multiple Nextcloud to monitor and report the app version. Many other Nextcloud Apps are already exposing this data (circles, richdocuments, deck to name a few)
Example:
would return
See : https://github.com/nextcloud/groupfolders/pull/2861/files
Best regards,