mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 18:02:16 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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's badges
|
||||
|
||||
Reference in New Issue
Block a user