0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 05:14:28 +01:00
gitea/routers/api/v1/swagger
Bruno Sofiato 040c830dec
Inclusion of rename organization api (#33303)
This adds an endpoint (`/orgs/{org}/rename`) to rename organizations.

I've modeled the endpoint using the rename user endpoint --
`/admin/users/{username}/rename` -- as base.

It is the 1st time I wrote a new API endpoint (I've tried to follow the
rename users endpoint code while writing it). So feel free to ping me if
there is something wrong or missing.

Resolves #32995

---------

Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-01 00:59:49 +00:00
..
action.go Add API for Variables (#29520) 2024-03-28 20:40:35 +00:00
activity.go
activitypub.go
app.go
cron.go
issue.go
key.go
misc.go
nodeinfo.go
notify.go
options.go Inclusion of rename organization api (#33303) 2025-02-01 00:59:49 +00:00
org.go
package.go
repo.go Fix sync fork for consistency (#33147) 2025-01-10 05:29:55 +00:00
settings.go
user.go Fix lint-swagger warning (#29787) 2024-03-14 04:59:52 +00:00