HI guys, someone can tell me if Retrofit ignore a ...
# android
s
HI guys, someone can tell me if Retrofit ignore a
@Body
null?
@PUT("create/{name}")
fun create(@Path("name") name: String, @Adrien Body requestBody: NameRequestBody?)
r
#squarelibraries
j
@Adrien Body requestBody: NameRequestBody?
?
Not sure what that’s meant to be, but should be simple for you to just try sending a null object and see what happens