Skip to content

Commit 0fda3de

Browse files
committed
Edited content/v3/git/tags.md via GitHub
1 parent 541d426 commit 0fda3de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/git/tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lightweight tags.
99

1010
## Get a Tag
1111

12-
GET /git/:user/:repo/tag/:sha
12+
GET /repos/:user/:repo/tags/:sha
1313

1414
### Response
1515

@@ -18,7 +18,7 @@ lightweight tags.
1818

1919
## Create a Tag Object
2020

21-
POST /git/:user/:repo/tag
21+
POST /repos/:user/:repo/tags
2222

2323
### Parameters
2424

@@ -47,6 +47,6 @@ tagger.date
4747
### Response
4848

4949
<%= headers 201,
50-
:Location => "https://api.github.com/git/:user/:repo/tag/:sha" %>
50+
:Location => "https://api.github.com/repos/:user/:repo/tags/:sha" %>
5151
<%= json :sha => "3241bfae562975622c208335e306efd9aa706687", :size => 30 %>
5252

0 commit comments

Comments
 (0)