You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
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>
4 weeks ago
..
activitypub Remove SHA1 for support for ssh rsa signing (#31857) 6 months ago
admin Inclusion of rename organization api (#33303) 4 weeks ago
misc Fix markup render regression and fix some tests (#32640) 3 months ago
notify Clarify path param naming (#32969) 2 months ago
org Inclusion of rename organization api (#33303) 4 weeks ago
packages remove util.OptionalBool and related functions (#29513) 12 months ago
repo Refactor repository transfer (#33211) 4 weeks ago
settings Move context from modules to services (#29440) 1 year ago
shared Refactor names (#31405) 8 months ago
swagger Inclusion of rename organization api (#33303) 4 weeks ago
user Clarify path param naming (#32969) 2 months ago
utils Add tests for webhook and fix some webhook bugs (#33396) 4 weeks ago
api.go Inclusion of rename organization api (#33303) 4 weeks ago