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
Implementation: #9815 Know about well-know https://en.wikipedia.org/wiki/Well-known_URI Endpoint: GET https://localhost:9200/.well-known/ocm Response:
GET
https://localhost:9200/.well-known/ocm
{ "enabled": true, "apiVersion": "1.1.0", "endPoint": "https://localhost:9200/ocm", "provider": "oCIS", "resourceTypes": [ { "name": "file", "shareTypes": [ "user" ], "protocols": { "webdav": "/dav/ocm" } } ], "capabilities": [ "/invite-accepted" ] }
Test cases:
.well-known/ocm
The text was updated successfully, but these errors were encountered:
Test for checking the response of endpoint(ocm .well-known) has been added: #10782 So, closing this issue
Sorry, something went wrong.
nabim777
No branches or pull requests
Implementation: #9815
Know about well-know https://en.wikipedia.org/wiki/Well-known_URI
Endpoint:
GET
https://localhost:9200/.well-known/ocm
Response:
Test cases:
.well-known/ocm
The text was updated successfully, but these errors were encountered: