diff options
author | Ryan <ryan@rshaw.me> | 2020-01-10 21:54:46 +0000 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2020-01-10 16:54:46 -0500 |
commit | 438e159d04dc726b7872747d1a05a8ed6b528037 (patch) | |
tree | 5207f45babf31ac3177168d3d4940a4026745a6c /routers | |
parent | 480ef9d410a5c94c0ce4d16b922be3b1114d620c (diff) | |
download | gitea-438e159d04dc726b7872747d1a05a8ed6b528037.tar.gz gitea-438e159d04dc726b7872747d1a05a8ed6b528037.zip |
Remove deprecation comment for CreateOrgRepo (#9670)
Remove mistakenly added `deprecated: true` swagger comment from the `/orgs/{orgr}/repos` handler
Diffstat (limited to 'routers')
-rw-r--r-- | routers/api/v1/repo/repo.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/api/v1/repo/repo.go b/routers/api/v1/repo/repo.go index 0dc0b1a72a..2990ccd276 100644 --- a/routers/api/v1/repo/repo.go +++ b/routers/api/v1/repo/repo.go @@ -319,7 +319,6 @@ func CreateOrgRepo(ctx *context.APIContext, opt api.CreateRepoOption) { // swagger:operation POST /orgs/{org}/repos organization createOrgRepo // --- // summary: Create a repository in an organization - // deprecated: true // consumes: // - application/json // produces: |