diff --git a/pagure/api/project.py b/pagure/api/project.py index c3eab15..41aa382 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -40,7 +40,7 @@ def api_git_tags(repo, username=None): :: { - "tags": ["this-is-a-tag"] + "tags": ["0.0.1", "0.0.2"] } """