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 10069e9 commit c471932Copy full SHA for c471932
FlagsmithClient/src/main/java/com/flagsmith/internal/FlagsmithRetrofitService.kt
@@ -18,7 +18,7 @@ import retrofit2.http.Query
18
interface FlagsmithRetrofitService {
19
20
@GET("identities/")
21
- fun getIdentityFlagsAndTraits(@Query("identity") identity: String) : Call<IdentityFlagsAndTraits>
+ fun getIdentityFlagsAndTraits(@Query("identifier") identity: String) : Call<IdentityFlagsAndTraits>
22
23
@GET("flags/")
24
fun getFlags() : Call<List<Flag>>
0 commit comments