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:
@@ -866,8 +866,8 @@ public interface IssueApi {
|
||||
* @param owner owner of the repo (required)
|
||||
* @param repo name of the repo (required)
|
||||
* @param state whether issue is open or closed (optional)
|
||||
* @param labels comma separated list of labels. Fetch only issues that have any of this labels.
|
||||
* Non existent labels are discarded (optional)
|
||||
* @param labels comma separated list of label names. Fetch only issues that have any of this
|
||||
* label names. Non existent labels are discarded. (optional)
|
||||
* @param q search string (optional)
|
||||
* @param type filter by type (issues / pulls) if set (optional)
|
||||
* @param milestones comma separated list of milestone names or ids. It uses names and fall back
|
||||
|
||||
Reference in New Issue
Block a user