microsoftgraph / msgraph-metadata

Microsoft Graph metadata captured and used for generating client library code files.
https://graph.microsoft.com
MIT License
105 stars 33 forks source link

Invalid position for delta parameter in drive item delta query #651

Closed rkodev closed 1 week ago

rkodev commented 4 months ago

Metadata contains an invalid url with the wring position for the token parameter in drive item delta queries with token. /me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}''). token is passed as a path parameter but this should be a query parameter when accessing the drive item i.e /me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()?token='token'

andrueastman commented 1 week ago

Closing as duplicate of https://github.com/microsoftgraph/msgraph-metadata/issues/431