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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
c8e7d6df
Commit
c8e7d6df
authored
Oct 09, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API: new feature - remove project[D
parent
551fa4c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lib/api/groups.rb
lib/api/groups.rb
+0
-1
lib/api/projects.rb
lib/api/projects.rb
+10
-0
No files found.
lib/api/groups.rb
View file @
c8e7d6df
...
@@ -66,7 +66,6 @@ module API
...
@@ -66,7 +66,6 @@ module API
present
group
,
with:
Entities
::
GroupDetail
present
group
,
with:
Entities
::
GroupDetail
end
end
# Remove group
# Remove group
#
#
# Parameters:
# Parameters:
...
...
lib/api/projects.rb
View file @
c8e7d6df
...
@@ -129,6 +129,16 @@ module API
...
@@ -129,6 +129,16 @@ module API
end
end
end
end
# Remove project
#
# Parameters:
# id (required) - The ID of a project
# Example Request:
# DELETE /projects/:id
delete
":id"
do
authorize!
:remove_project
,
user_project
user_project
.
destroy
end
# Mark this project as forked from another
# Mark this project as forked from another
#
#
...
...
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