You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API producers should then be able to use the annotation to specify which mediaType is required when calling their API. We currently assume the more generic application/octet-stream media type, which is not supported by some APIs:
The converter should use the MediaType annotation in a CSDL to compute the media type of an operation. See https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#core-vocabulary.
API producers should then be able to use the annotation to specify which mediaType is required when calling their API. We currently assume the more generic
application/octet-stream
media type, which is not supported by some APIs:OpenAPI.NET.OData/src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiResponseGenerator.cs
Lines 270 to 274 in b9e2a2a
Related to microsoftgraph/msgraph-metadata#148.
The text was updated successfully, but these errors were encountered: