mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-17 15:10:40 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -1072,6 +1072,7 @@ public interface IssueApi {
|
||||
* @param reviewed Filter pull requests reviewed by the authenticated user (optional, default to
|
||||
* false)
|
||||
* @param owner Filter by repository owner (optional)
|
||||
* @param createdBy Only show items which were created by the given user (optional)
|
||||
* @param team Filter by team (requires organization owner parameter) (optional)
|
||||
* @param page Page number of results to return (1-based) (optional, default to 1)
|
||||
* @param limit Number of items per page (optional)
|
||||
@@ -1092,6 +1093,7 @@ public interface IssueApi {
|
||||
@retrofit2.http.Query("review_requested") Boolean reviewRequested,
|
||||
@retrofit2.http.Query("reviewed") Boolean reviewed,
|
||||
@retrofit2.http.Query("owner") String owner,
|
||||
@retrofit2.http.Query("created_by") String createdBy,
|
||||
@retrofit2.http.Query("team") String team,
|
||||
@retrofit2.http.Query("page") Integer page,
|
||||
@retrofit2.http.Query("limit") Integer limit);
|
||||
|
||||
Reference in New Issue
Block a user