mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add sudo functionality to the API (#4809)
This commit is contained in:
		| @@ -73,3 +73,7 @@ using BasicAuth, as follows: | ||||
| $ curl --request GET --url https://yourusername:yourpassword@gitea.your.host/api/v1/users/yourusername/tokens | ||||
| [{"name":"test","sha1":"..."},{"name":"dev","sha1":"..."}] | ||||
| ``` | ||||
|  | ||||
| ## Sudo | ||||
|  | ||||
| The API allows admin users to sudo API requests as another user. Simply add either a `sudo=` parameter or `Sudo:` request header with the username of the user to sudo. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user