Skip to content

Commit

Permalink
Allow nullable body type #424
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 25, 2023
1 parent afb666c commit 5d2c4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import de.jensklingenberg.ktorfit.http.Body
interface TestService {
@POST("user")
suspend fun test(@Body id: String): String
suspend fun test(@Body id: String?): String
}
"""
)
Expand Down

0 comments on commit 5d2c4d8

Please sign in to comment.