Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-02-27 00:02:12 +00:00
parent f61298d6c1
commit 7aeb345a00
2 changed files with 6 additions and 2 deletions
@@ -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);