Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2025-01-14 00:12:57 +00:00
parent 3de5ba6d7c
commit ade472f930
2 changed files with 8 additions and 3 deletions
@@ -245,11 +245,14 @@ public interface AdminApi {
*
* @param page page number of results to return (1-based) (optional)
* @param limit page size of results (optional)
* @param type system, default or both kinds of webhooks (optional, default to system)
* @return Call<List<Hook>>
*/
@GET("admin/hooks")
Call<List<Hook>> adminListHooks(
@retrofit2.http.Query("page") Integer page, @retrofit2.http.Query("limit") Integer limit);
@retrofit2.http.Query("page") Integer page,
@retrofit2.http.Query("limit") Integer limit,
@retrofit2.http.Query("type") String type);
/**
* List a user&#x27;s badges