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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
5bd00257
Commit
5bd00257
authored
Oct 03, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API doc: Share project with group
parent
1eba9366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
doc/api/projects.md
doc/api/projects.md
+17
-0
No files found.
doc/api/projects.md
View file @
5bd00257
...
...
@@ -484,3 +484,20 @@ DELETE /projects/:id/fork
Parameter:
+
`id`
(required) - The ID of the project
### Share project with group
Shares project with group. In order to share project with several groups - do several requests.
You must be a master or owner of project in order to perform action
```
POST /projects/:id/share
```
Parameters:
+
`id`
(required) - The ID of a project
+
`group_id`
(required) - The ID of a group to share with
+
`group_access`
(required) - Group access level
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