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
Its nearly the same as described in #599, but for arrays instead of strings.
When sending an empty array via @MultiPart and @Part the generator skips the property and doesnt send it.
When using without MultiPart und using @Field annotation the empty array got sent.
Example:
Its nearly the same as described in #599, but for arrays instead of strings.
When sending an empty array via
@MultiPart
and@Part
the generator skips the property and doesnt send it.When using without MultiPart und using
@Field
annotation the empty array got sent.Example:
When sending data as empty array the data property not defined
The text was updated successfully, but these errors were encountered: