mirror of
https://gitee.com/gitea/gitea
synced 2025-11-30 13:20:25 +08:00
[API] Add repoCreateTag (#16165)
* Add API CreateTag * Add Test * API: expose Tag Message
This commit is contained in:
@@ -158,4 +158,7 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
PullReviewRequestOptions api.PullReviewRequestOptions
|
||||
|
||||
// in:body
|
||||
CreateTagOption api.CreateTagOption
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user