summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/swagger
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-06-17 18:04:10 +0200
committerGitHub <noreply@github.com>2021-06-17 18:04:10 +0200
commitf7cd394680f885061144d236abc3c25f30be3147 (patch)
treeb0cceab982c18db7fb48489729dc44fdff8101af /routers/api/v1/swagger
parent19dedc3fa521fdb6456bad2b080bb1aaa6722b24 (diff)
downloadgitea-f7cd394680f885061144d236abc3c25f30be3147.tar.gz
gitea-f7cd394680f885061144d236abc3c25f30be3147.zip
[API] Add repoCreateTag (#16165)
* Add API CreateTag * Add Test * API: expose Tag Message
Diffstat (limited to 'routers/api/v1/swagger')
-rw-r--r--routers/api/v1/swagger/options.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/api/v1/swagger/options.go b/routers/api/v1/swagger/options.go
index dad025710d..11158fb86d 100644
--- a/routers/api/v1/swagger/options.go
+++ b/routers/api/v1/swagger/options.go
@@ -158,4 +158,7 @@ type swaggerParameterBodies struct {
// in:body
PullReviewRequestOptions api.PullReviewRequestOptions
+
+ // in:body
+ CreateTagOption api.CreateTagOption
}