summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLanre Adelowo <adelowomailbox@gmail.com>2019-03-03 23:57:24 +0100
committertechknowlogick <matti@mdranta.net>2019-03-03 17:57:24 -0500
commit141c58f5a6353a3e9173ababd1532819ba2ee284 (patch)
treed888756084d086e455830f3d28526ced69de85d5 /templates
parent8e202e28ad80452ced90ede3540e1662fa6d7da7 (diff)
downloadgitea-141c58f5a6353a3e9173ababd1532819ba2ee284.tar.gz
gitea-141c58f5a6353a3e9173ababd1532819ba2ee284.zip
add isAdmin to user model (#6231)
update vendor and add tests fix swagger
Diffstat (limited to 'templates')
-rw-r--r--templates/swagger/v1_json.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index b825c20db7..4a4b408bb9 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -8640,6 +8640,11 @@
"format": "int64",
"x-go-name": "ID"
},
+ "is_admin": {
+ "description": "Is the user an administrator",
+ "type": "boolean",
+ "x-go-name": "IsAdmin"
+ },
"language": {
"description": "User locale",
"type": "string",