MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

Add support for SupportedFormats capability annotation.

Open darrelmiller opened this issue 3 years ago • 0 comments

The SupportedFormats annotation indicates which media types are supported for an entity container. The presence of this annotation should cause SDKs to support adding a format query parameter to a request.

https://github.com/oasis-tcs/odata-vocabularies/blob/master/vocabularies/Org.OData.Capabilities.V1.xml#L135

This feature is used by DriveItem and a many of our reports. https://docs.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http AB#7603

darrelmiller avatar Jan 14 '21 03:01 darrelmiller