We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextCloud 25 allows to use the /ocs/v2.php/apps/serverinfo/api/v1/info endpoint without user/password. As described at settings/admin/serverinfo page:
/ocs/v2.php/apps/serverinfo/api/v1/info
settings/admin/serverinfo
To use an access token, please generate one then set it using the following command: occ config:app:set serverinfo token --value yourtoken Then pass the token with the "NC-Token" header when querying the above URL.
To use an access token, please generate one then set it using the following command: occ config:app:set serverinfo token --value yourtoken
occ config:app:set serverinfo token --value yourtoken
Then pass the token with the "NC-Token" header when querying the above URL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NextCloud 25 allows to use the
/ocs/v2.php/apps/serverinfo/api/v1/info
endpoint without user/password. As described atsettings/admin/serverinfo
page:The text was updated successfully, but these errors were encountered: