Skip to content

Commit

Permalink
feat(routes): add ?recursive enum parameter to "Get tree"
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 1, 2018
1 parent 38406aa commit d22619c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,12 @@
"required": true,
"type": "string"
},
"recursive": {
"enum": [
1
],
"type": "integer"
},
"repo": {
"required": true,
"type": "string"
Expand Down

0 comments on commit d22619c

Please sign in to comment.