BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9811e64d
Commit
9811e64d
authored
Aug 31, 2012
by
Alex Denisov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo and mistakes fixed
parent
acac1547
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
projects.md
doc/api/projects.md
+2
-2
projects.rb
lib/api/projects.rb
+2
-2
No files found.
doc/api/projects.md
View file @
9811e64d
...
...
@@ -100,8 +100,8 @@ POST /projects
Parameters:
+
`name`
(required) - new project name
+
`code`
(optional) - new project code, use
d
project name if not set
+
`path`
(optional) - new project path, use
r
project name if not set
+
`code`
(optional) - new project code, use
s
project name if not set
+
`path`
(optional) - new project path, use
s
project name if not set
Will return created project with status
`201 Created`
on success, or
`404 Not
found`
on fail.
...
...
lib/api/projects.rb
View file @
9811e64d
...
...
@@ -27,8 +27,8 @@ module Gitlab
#
# Parameters:
# name (required) - name for new project
# code (optional) - code for new project,
if not set used name
# path (optional) -
oath for new project, if not set used name
# code (optional) - code for new project,
uses project name if not set
# path (optional) -
path for new project, uses project name if not set
# Example Request
# POST /projects
post
do
...
...
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