Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2025-09-26 00:12:33 +00:00
parent 3dc94928fe
commit a8579e55c2
2 changed files with 4 additions and 4 deletions
@@ -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