0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-14 18:18:50 -05:00
forgejo/templates/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
..
forgejo-ui.tmpl s/return_to_gitea/return_to_forgejo (#3822) 2024-05-20 18:44:33 +00:00
ui.tmpl s/return_to_gitea/return_to_forgejo (#3822) 2024-05-20 18:44:33 +00:00
v1_json.tmpl Inclusion of rename organization api (#33303) 2025-02-02 12:01:58 +01:00