diff options
author | Stan Hu <stanhu@gmail.com> | 2018-05-18 01:05:11 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-05-18 01:05:11 +0000 |
commit | 6c190d273d18d21e50dea65645185839bf067714 (patch) | |
tree | b1a67f0dfec96ab4ada3e5363317ce408269e46b /doc | |
parent | d6c8a55189d62430c7ca4ffa6e5bb63f15a7efc1 (diff) | |
download | gitlab-ce-6c190d273d18d21e50dea65645185839bf067714.tar.gz |
Move API group deletion to Sidekiq
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/groups.md | 3 |
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. |