Skip to content

Commit 53dfbbb

Browse files
authored
Update issue.go with labels documentation (labels content, not ids) (#35522)
For #35521 --------- Signed-off-by: Fabien Benetou <[email protected]>
1 parent d83676c commit 53dfbbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/repo/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func ListIssues(ctx *context.APIContext) {
351351
// enum: [closed, open, all]
352352
// - name: labels
353353
// in: query
354-
// description: comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded
354+
// description: comma separated list of label names. Fetch only issues that have any of this label names. Non existent labels are discarded.
355355
// type: string
356356
// - name: q
357357
// in: query

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)