Skip to content
Snippets Groups Projects
Commit 566de5ab authored by Felix Gilcher's avatar Felix Gilcher
Browse files

update api documentation for delete team member

correctly describes the new behavior
parent ce6436b9
No related branches found
No related tags found
No related merge requests found
Loading
@@ -191,7 +191,10 @@ Parameters:
Loading
@@ -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
   
Loading
@@ -215,7 +218,7 @@ Get hook for project
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment