Skip to content

Commit 538c5e5

Browse files
author
Joe Bottigliero
committed
Update issue.md
Updates issue.md examples to be a bit more obvious due to the default value of the `filter` parameter.
1 parent af35a81 commit 538c5e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

content/v3/issues.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ List all issues across all the authenticated user's visible repositories
1717
including owned repositories, member repositories, and organization
1818
repositories:
1919

20+
GET /issues?filter=all
21+
22+
List all issues across all the authenticated user's visible repositories
23+
including owned repositories, member repositories, and organization
24+
repositories *assigned* to the authenticated user:
25+
2026
GET /issues
2127

22-
List all issues across owned and member repositories for the authenticated user:
28+
List all issues across owned and member repositories assigned to the authenticated user:
2329

2430
GET /user/issues
2531

26-
List all issues for a given organization for the authenticated user:
32+
List all issues for a given organization assigned to the authenticated user:
2733

2834
GET /orgs/:org/issues
2935

0 commit comments

Comments
 (0)