mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-04 08:42:18 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -945,6 +945,7 @@ public interface IssueApi {
|
||||
* @param created filter (issues / pulls) created by you, default is false (optional)
|
||||
* @param mentioned filter (issues / pulls) mentioning you, default is false (optional)
|
||||
* @param reviewRequested filter pulls requesting your review, default is false (optional)
|
||||
* @param reviewed filter pulls reviewed by you, default is false (optional)
|
||||
* @param owner filter by owner (optional)
|
||||
* @param team filter by team (requires organization owner parameter to be provided) (optional)
|
||||
* @param page page number of results to return (1-based) (optional)
|
||||
@@ -965,6 +966,7 @@ public interface IssueApi {
|
||||
@retrofit2.http.Query("created") Boolean created,
|
||||
@retrofit2.http.Query("mentioned") Boolean mentioned,
|
||||
@retrofit2.http.Query("review_requested") Boolean reviewRequested,
|
||||
@retrofit2.http.Query("reviewed") Boolean reviewed,
|
||||
@retrofit2.http.Query("owner") String owner,
|
||||
@retrofit2.http.Query("team") String team,
|
||||
@retrofit2.http.Query("page") Integer page,
|
||||
|
||||
Reference in New Issue
Block a user