1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 05:06:12 +02:00
gitea/routers/api
techknowlogick 03591f0f95
add user rename endpoint to admin api (#22789)
this is a simple endpoint that adds the ability to rename users to the
admin API.

Note: this is not in a mergeable state. It would be better if this was
handled by a PATCH/POST to the /api/v1/admin/users/{username} endpoint
and the username is modified.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
2023-03-14 03:45:21 -04:00
..
actions Avoid panic caused by broken payload when creating commit status (#23216) 2023-03-04 02:12:37 -05:00
packages Add package registry architecture overview (#23445) 2023-03-13 18:15:09 -04:00
v1 add user rename endpoint to admin api (#22789) 2023-03-14 03:45:21 -04:00