Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-09-25 17:28:57 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-09-27 12:32:44 +0300
commit0a94bdfa1473d7e876e3a34be75a205a64b5056a (patch)
tree741dba935cb36c00318e83b6e4fe4692a78e8885 /doc/api/keys.md
parenta30e266e438bc511b42af1ae7c05081ce115f29e (diff)
add missing user attributes to api docs
Diffstat (limited to 'doc/api/keys.md')
-rw-r--r--doc/api/keys.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/keys.md b/doc/api/keys.md
index ddcf7830621..0044fbfe66c 100644
--- a/doc/api/keys.md
+++ b/doc/api/keys.md
@@ -27,10 +27,15 @@ Parameters:
"web_url": "http://localhost:3000/john_smith",
"created_at": "2015-09-03T07:24:01.670Z",
"bio": null,
+ "location": null,
"skype": "",
"linkedin": "",
"twitter": "",
"website_url": "",
+ "organization": null,
+ "last_sign_in_at": "2015-09-03T07:24:01.670Z",
+ "confirmed_at": "2015-09-03T07:24:01.670Z",
+ "last_activity_on": "2015-09-03",
"email": "john@example.com",
"theme_id": 2,
"color_scheme_id": 1,
@@ -40,6 +45,8 @@ Parameters:
"can_create_group": true,
"can_create_project": true,
"two_factor_enabled": false
+ "external": false,
+ "private_profile": null
}
}
```