mirror of
1
Fork 0
forgejo/routers/api/v1/swagger
Bruno Sofiato 689fb82a70
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>
(cherry picked from commit 040c830dec5c727a56d16df62b1673bce6fca645)

Conflicts:
	routers/api/v1/admin/user.go
  ignore this unrelated change
	templates/swagger/v1_json.tmpl
  regenerate
	tests/integration/api_org_test.go
  port as a standalone test instead of refactoring the tests
2025-02-02 12:01:58 +01:00
..
action.go Add API for `Variables` (#29520) 2024-04-07 10:57:53 +02:00
activity.go Add activity feeds API (#23494) 2023-04-04 21:35:31 +08:00
activitypub.go
app.go
cron.go
issue.go
key.go
misc.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
nodeinfo.go
notify.go
options.go Inclusion of rename organization api (#33303) 2025-02-02 12:01:58 +01:00
org.go
package.go
quota.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
repo.go Add tag protection via rest api #17862 (#31295) 2024-06-16 13:42:59 +02:00
settings.go
user.go [SWAGGER] Make it consistent with reality 2024-06-19 07:16:42 +02:00