File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ var issues = module.exports = {
84
84
* - milestone (String): Optional. Validation rule: ` ^([0-9]+|none|\*)$ `.
85
85
* - state (String): Optional. open, closed, or all Validation rule: ` ^(open|closed|all)$ `.
86
86
* - assignee (String): Optional. String User login, `none` for Issues with no assigned User. `*` for Issues with any assigned User.
87
+ * - creator (String): Optional. The user that created the issue.
87
88
* - mentioned (String): Optional. String User login.
88
89
* - labels (String): Optional. String list of comma separated Label names. Example: bug,ui,@high
89
90
* - sort (String): Optional. Validation rule: ` ^(created|updated|comments)$ `.
Original file line number Diff line number Diff line change 26
26
" If-None-Match" ,
27
27
" Cookie" ,
28
28
" User-Agent" ,
29
+ " Accept" ,
29
30
" X-GitHub-OTP"
30
31
],
31
32
"params" : {
823
824
"type" : " String" ,
824
825
"required" : false ,
825
826
"validation" : " " ,
826
- "invalidmsg" : " String User login, `none` for Issues with no assigned User. `*` for Issues with any assigned User. " ,
827
+ "invalidmsg" : " " ,
827
828
"description" : " String User login, `none` for Issues with no assigned User. `*` for Issues with any assigned User."
828
829
},
830
+ "creator" : {
831
+ "type" : " String" ,
832
+ "required" : false ,
833
+ "validation" : " " ,
834
+ "invalidmsg" : " " ,
835
+ "description" : " The user that created the issue."
836
+ },
829
837
"mentioned" : {
830
838
"type" : " String" ,
831
839
"required" : false ,
You can’t perform that action at this time.
0 commit comments