gitea/routers/api/v1
Vlad Temian 469ab99e9a Delete a user's public key via admin api (closes ) ()
* Delete a user's public key via admin api

* Test admin ssh endpoint for creating a new ssh key

* Adapt public ssh key test to also test the delete operation

* Test that deleting a missing key will result in a 404

* Test that a normal user can't delete another user's ssh key

* Make DeletePublicKey return err

* Update swagger doc
..
admin Delete a user's public key via admin api (closes ) ()
convert Add fingerprint to ssh key endpoints. ()
misc Update swagger documentation ()
org Update swagger documentation ()
repo Fix error message sanitiziation ()
swagger Update swagger documentation ()
user Delete a user's public key via admin api (closes ) ()
utils Fix API status code for hook creation ()
api.go Delete a user's public key via admin api (closes ) ()