Skip to content

Commit

Permalink
Update routes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Shirokov authored and kaizensoze committed Oct 8, 2016
1 parent 1ffdc84 commit fd61470
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,12 @@
"application/vnd.github.loki-preview+json": [
"/repos/:owner/:repo/branches",
"/repos/:owner/:repo/branches/:branch",
"/repos/:owner/:repo/branches/:branch/protection"
"/repos/:owner/:repo/branches/:branch/protection",
"/repos/:user/:repo/branches/:branch/protection/required_status_checks",
"/repos/:user/:repo/branches/:branch/protection/required_status_checks/contexts",
"/repos/:user/:repo/branches/:branch/protection/restrictions",
"/repos/:user/:repo/branches/:branch/protection/restrictions/teams",
"/repos/:user/:repo/branches/:branch/protection/restrictions/users"
],

"application/vnd.github.inertia-preview+json": [
Expand Down

0 comments on commit fd61470

Please sign in to comment.