Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fix: multiple routes in get all git references section
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 17, 2018
1 parent b7a9800 commit 0b6b4f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/endpoint/overrides/v3/git/refs/get-all-references.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"name": "Get all References",
"enabledForApps": true,
"method": "GET",
"path": "/repos/:owner/:repo/git/refs/:namespace",
"description": "This will return an array of all the references on the system, including things like notes and stashes if they exist on the server",
"params": [
{
"name": "namespace",
"type": "string",
"description": "Filter by sub-namespace (reference prefix). Most commen examples would be `'heads/'` and `'tags/'` to retrieve branches or tags",
"required": false
}
]
}
]

0 comments on commit 0b6b4f1

Please # to comment.