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
566de5ab
Commit
566de5ab
authored
Feb 01, 2013
by
Felix Gilcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update api documentation for delete team member
correctly describes the new behavior
parent
ce6436b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
projects.md
doc/api/projects.md
+5
-2
No files found.
doc/api/projects.md
View file @
566de5ab
...
@@ -191,7 +191,10 @@ Parameters:
...
@@ -191,7 +191,10 @@ Parameters:
+
`id`
(required) - The ID of a project
+
`id`
(required) - The ID of a project
+
`user_id`
(required) - The ID of a team member
+
`user_id`
(required) - The ID of a team member
Status code
`200`
will be returned on success.
Status code
`200 OK`
will be returned on success. This method is idempotent and call be called multiple
times with the same parameters. Revoking team membership for a user who is not currently a team member is
considered success. Please note that the returned JSON currently differs slightly. Thus you should not
rely on the returned JSON structure.
## List project hooks
## List project hooks
...
@@ -215,7 +218,7 @@ Get hook for project
...
@@ -215,7 +218,7 @@ Get hook for project
GET /projects/:id/hooks/:hook_id
GET /projects/:id/hooks/:hook_id
```
```
Parameters:
Parameters:
§
+
`id`
(required) - The ID of a project
+
`id`
(required) - The ID of a project
+
`hook_id`
(required) - The ID of a project hook
+
`hook_id`
(required) - The ID of a project hook
...
...
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