msgraph-metadata icon indicating copy to clipboard operation
msgraph-metadata copied to clipboard

Premium APIs don't have the annotations for model=A or model=B

Open sebastienlevert opened this issue 6 months ago • 1 comments

Metered APIs are now used on Microsoft Graph and we don't have indication in our metadata that they are. This has a direct impact on the usage of our SDKs as it's impossible to leverage metered APIs using our provides libraries.

https://learn.microsoft.com/en-us/graph/metered-api-list

  • https://learn.microsoft.com/en-us/graph/api/chats-getallmessages?view=graph-rest-1.0&tabs=http#optional-query-parameters
  • https://learn.microsoft.com/en-us/graph/api/channel-getallmessages?view=graph-rest-1.0&tabs=http#optional-query-parameters
  • https://learn.microsoft.com/en-us/graph/api/chatmessage-update?view=graph-rest-1.0&tabs=http#optional-query-parameters

More endpoints are underway and might get added to these endpoints.

sebastienlevert avatar Dec 13 '23 18:12 sebastienlevert