microsoftgraph / msgraph-metadata

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

Get a callTranscript content is missing $format query parameter #632

Open andrueastman opened 1 month ago

andrueastman commented 1 month ago

Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2505

Accroding to docs at https://learn.microsoft.com/en-us/graph/api/calltranscript-get?view=graph-rest-1.0&tabs=csharp#example-2-get-a-calltranscript-content

The path `/users/{id}/onlineMeetings/{meeting-id}/transcripts/{transcript-id}/content?$format=text/vtt supports the $format parameter which is missing in the metadata.