mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
fix param name
This commit is contained in:
parent
3dc2cd4d7a
commit
c3d8916802
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ internal interface WidgetsAPI {
|
||||||
/**
|
/**
|
||||||
* register to the server
|
* register to the server
|
||||||
*
|
*
|
||||||
* @param requestOpenIdTokenResponse the body content (Ref: https://github.com/matrix-org/matrix-doc/pull/1961)
|
* @param body the body content (Ref: https://github.com/matrix-org/matrix-doc/pull/1961)
|
||||||
*/
|
*/
|
||||||
@POST("register")
|
@POST("register")
|
||||||
fun register(@Body body: RequestOpenIdTokenResponse, @Query("v") version: String?): Call<RegisterWidgetResponse>
|
fun register(@Body body: RequestOpenIdTokenResponse, @Query("v") version: String?): Call<RegisterWidgetResponse>
|
||||||
|
|
Loading…
Reference in a new issue