We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541d426 commit 0fda3deCopy full SHA for 0fda3de
1 file changed
content/v3/git/tags.md
@@ -9,7 +9,7 @@ lightweight tags.
9
10
## Get a Tag
11
12
- GET /git/:user/:repo/tag/:sha
+ GET /repos/:user/:repo/tags/:sha
13
14
### Response
15
@@ -18,7 +18,7 @@ lightweight tags.
18
19
## Create a Tag Object
20
21
- POST /git/:user/:repo/tag
+ POST /repos/:user/:repo/tags
22
23
### Parameters
24
@@ -47,6 +47,6 @@ tagger.date
47
48
49
<%= headers 201,
50
- :Location => "https://api.github.com/git/:user/:repo/tag/:sha" %>
+ :Location => "https://api.github.com/repos/:user/:repo/tags/:sha" %>
51
<%= json :sha => "3241bfae562975622c208335e306efd9aa706687", :size => 30 %>
52
0 commit comments