-
Notifications
You must be signed in to change notification settings - Fork 252
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
GET /places/graph.roomList fails, /places/microsoft.graph.roomList works #2170
Comments
Nevermind, it seems the endpoint is case sensitive and that GET Would be worth to fix it but I guess that's outside the scope of this repo. If you tell me where to report it, I can. |
Thanks for raising this @YouriT Any chance you can confirm that the error is reproducible with the SDK as the casing looks correct from the link you shared? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
1 similar comment
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Seems like the endpoint construction of this endpoint is somewhat wrong.
When using the graph explorer, I properly get results for
/v1.0/places/microsoft.graph.roomlist
and anUnknownError
for/v1.0/places/graph.roomlist
The text was updated successfully, but these errors were encountered: