Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-03-27 19:23:52 +00:00
parent dcfc8d7cba
commit 67ed73fb8d
@@ -108,4 +108,7 @@ public interface CustomApi {
@retrofit2.http.Query("before") String before,
@retrofit2.http.Query("page") Integer page,
@retrofit2.http.Query("limit") Integer limit);
@GET("user/settings")
Call<UserSettings> customGetUserSettings();
}