We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d49298 commit fb1fcbaCopy full SHA for fb1fcba
src/Generated/VideoClient.RestClient.cs
@@ -21,7 +21,7 @@ internal virtual PipelineMessage CreateGetVideosRequest(long? limit, string orde
21
uri.AppendPath("/videos", false);
22
if (limit != null)
23
{
24
- uri.AppendQuery("limit", TypeFormatters.ConvertToString(limit, null), true);
+ uri.AppendQuery("limit", TypeFormatters.ConvertToString(limit), true);
25
}
26
if (order != null)
27
0 commit comments