File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11define ( { "api" : [
22 {
33 "type" : "get" ,
4- "url" : "/analyze/:repo " ,
4+ "url" : "/analyze" ,
55 "title" : "analyze a repository" ,
66 "name" : "analyze_a_repository" ,
77 "parameter" : {
Original file line number Diff line number Diff line change 11[
22 {
33 "type" : " get" ,
4- "url" : " /analyze/:repo " ,
4+ "url" : " /analyze" ,
55 "title" : " analyze a repository" ,
66 "name" : " analyze_a_repository" ,
77 "parameter" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ define({
1313 "apidoc" : "0.3.0" ,
1414 "generator" : {
1515 "name" : "apidoc" ,
16- "time" : "2020-02-02T21:27:05.676Z " ,
16+ "time" : "2020-02-02T21:30:21.723Z " ,
1717 "url" : "http://apidocjs.com" ,
1818 "version" : "0.20.0"
1919 }
Original file line number Diff line number Diff line change 1313 "apidoc" : " 0.3.0" ,
1414 "generator" : {
1515 "name" : " apidoc" ,
16- "time" : " 2020-02-02T21:27:05.676Z " ,
16+ "time" : " 2020-02-02T21:30:21.723Z " ,
1717 "url" : " http://apidocjs.com" ,
1818 "version" : " 0.20.0"
1919 }
Original file line number Diff line number Diff line change 66
77
88"""
9- @api {get} /analyze/:repo analyze a repository
9+ @api {get} /analyze analyze a repository
1010@apiName analyze a repository
1111@apiParam org organization name
1212@apiParam repo repository name for the organization
You can’t perform that action at this time.
0 commit comments