Skip to content
New issue

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

[QA] check ocm .well-known endpoint #10726

Closed
1 task done
saw-jan opened this issue Dec 4, 2024 · 1 comment
Closed
1 task done

[QA] check ocm .well-known endpoint #10726

saw-jan opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels

Comments

@saw-jan
Copy link
Member

saw-jan commented Dec 4, 2024

Implementation: #9815
Know about well-know https://en.wikipedia.org/wiki/Well-known_URI
Endpoint: GET https://localhost:9200/.well-known/ocm
Response:

{
   "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:

  • check the response of .well-known/ocm
@nabim777
Copy link
Member

nabim777 commented Dec 23, 2024

Test for checking the response of endpoint(ocm .well-known) has been added: #10782
So, closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants