mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
remove unused endpoint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
68366b3d09
commit
e9d2a866a7
@ -373,10 +373,6 @@ public interface NcApi {
|
|||||||
@Nullable @Query("limit") Integer limit,
|
@Nullable @Query("limit") Integer limit,
|
||||||
@QueryMap Map<String, String> fields);
|
@QueryMap Map<String, String> fields);
|
||||||
|
|
||||||
// Url is: /api/{apiVersion}/room/{token}/pin
|
|
||||||
@POST
|
|
||||||
Observable<GenericOverall> addConversationToFavorites(@Header("Authorization") String authorization,
|
|
||||||
@Url String url);
|
|
||||||
|
|
||||||
// Url is: /api/{apiVersion}/room/{token}/favorites
|
// Url is: /api/{apiVersion}/room/{token}/favorites
|
||||||
@DELETE
|
@DELETE
|
||||||
|
Loading…
Reference in New Issue
Block a user