summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
diff options
context:
space:
mode:
authorFelix Gilcher <felix.gilcher@asquera.de>2013-02-01 14:20:51 +0000
committerFelix Gilcher <felix.gilcher@asquera.de>2013-02-01 14:20:51 +0000
commit566de5ab06d1c29ac632d2fbd0f4440788fe1339 (patch)
tree7fa2f784bcbbfe13e5f15289088adf728c9e4c68 /doc/api/projects.md
parentce6436b98a8a86356ee93e6eaf136d27d7f77b93 (diff)
downloadgitlab-ce-566de5ab06d1c29ac632d2fbd0f4440788fe1339.tar.gz
update api documentation for delete team member
correctly describes the new behavior
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 411286750f8..704671a2b8d 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -191,7 +191,10 @@ Parameters:
+ `id` (required) - The ID of a project
+ `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
@@ -215,7 +218,7 @@ Get hook for project
GET /projects/:id/hooks/:hook_id
```
-Parameters:
+Parameters:ยง
+ `id` (required) - The ID of a project
+ `hook_id` (required) - The ID of a project hook