remove unused endpoint

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-11-15 19:29:09 +01:00 committed by Marcel Hibbe
parent 68366b3d09
commit e9d2a866a7
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -373,10 +373,6 @@ public interface NcApi {
@Nullable @Query("limit") Integer limit,
@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
@DELETE