Cannot correct get response if pass an array with Single array in a PostAsync call, C# #1927
Labels
Csharp
Pull requests that update .net code
Go
Java
type:bug
A broken experience
TypeScript
Pull requests that update Javascript code
This is a part in create Post request function:
in the SetContentFromScalar, if our body is a single value like
["abc"]
. itcannot
be passed successfully. Because of this part of codeIf I provide more than one value, it can give us the correct response.
@andrueastman
The text was updated successfully, but these errors were encountered: