Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-05-18 04:05:11 +0300
committerRobert Speicher <robert@gitlab.com>2018-05-18 04:05:11 +0300
commit6c190d273d18d21e50dea65645185839bf067714 (patch)
treeb1a67f0dfec96ab4ada3e5363317ce408269e46b /doc/api/groups.md
parentd6c8a55189d62430c7ca4ffa6e5bb63f15a7efc1 (diff)
Move API group deletion to Sidekiq
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 923fd662a5b..96842ef330f 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -487,6 +487,9 @@ Parameters:
- `id` (required) - The ID or path of a user group
+This will queue a background job to delete all projects in the group. The
+response will be a 202 Accepted if the user has authorization.
+
## Search for group
Get all groups that match your string in their name or path.