浏览代码

remove unused endpoints

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
sowjanyakch 6 月之前
父节点
当前提交
6955995654
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      app/src/main/java/com/nextcloud/talk/api/NcApi.java

+ 0 - 13
app/src/main/java/com/nextcloud/talk/api/NcApi.java

@@ -118,19 +118,6 @@ public interface NcApi {
                                        @Url String url,
                                        @Url String url,
                                        @QueryMap Map<String, String> options);
                                        @QueryMap Map<String, String> options);
 
 
-    /*
-        QueryMap items are as follows:
-            - "roomName" : "newName"
-
-        Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken
-     */
-
-    @FormUrlEncoded
-    @PUT
-    Observable<GenericOverall> setConversationDescription(@Header("Authorization") String authorization,
-                                                          @Url String url,
-                                                          @Field("description") String description);
-
     /*
     /*
         QueryMap items are as follows:
         QueryMap items are as follows:
             - "newParticipant" : "user"
             - "newParticipant" : "user"