Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d104df49
Commit
d104df49
authored
Oct 02, 2012
by
Valeriy Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix TYPO
parent
c4883ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/api/users.md
doc/api/users.md
+2
-2
lib/api/users.rb
lib/api/users.rb
+1
-1
No files found.
doc/api/users.md
View file @
d104df49
...
...
@@ -78,9 +78,9 @@ Parameters:
+
`password`
(required) - Password
+
`password_confirmation`
(required) - Password confirmation
+
`skype`
- Skype ID
+
`linkedin`
(required)
- Linkedin
+
`linkedin`
- Linkedin
+
`twitter`
- Twitter account
+
`projects_limit`
- Limit projects wich user can create
+
`projects_limit`
- Limit projects wich user can create
Will return created user with status
`201 Created`
on success, or
`404 Not
...
...
lib/api/users.rb
View file @
d104df49
...
...
@@ -32,7 +32,7 @@ module Gitlab
# password (required) - Password
# password_confirmation (required) - Password confirmation
# skype - Skype ID
# linkedin
(required)
- Linkedin
# linkedin
- Linkedin
# twitter - Twitter account
# projects_limit - Limit projects wich user can create
# Example Request:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment