|
@@ -125,13 +125,6 @@ public interface NcApi {
|
|
|
Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken
|
|
|
*/
|
|
|
|
|
|
- @FormUrlEncoded
|
|
|
- @PUT
|
|
|
- Observable<GenericOverall> renameRoom(@Header("Authorization") String authorization,
|
|
|
- @Url String url,
|
|
|
- @Field("roomName") String roomName);
|
|
|
-
|
|
|
-
|
|
|
@FormUrlEncoded
|
|
|
@PUT
|
|
|
Observable<GenericOverall> setConversationDescription(@Header("Authorization") String authorization,
|