Commit 24b1d3fd authored by Mike Jang's avatar Mike Jang

Merge branch 'fix-soft-deletion-docs' into 'master'

Document `marked_for_deletion_on` attribute in Groups API response

See merge request gitlab-org/gitlab!33478
parents 6d3f5100 eed9abd1
...@@ -578,6 +578,18 @@ Additional response parameters: ...@@ -578,6 +578,18 @@ Additional response parameters:
} }
``` ```
Users on GitLab [Silver, Premium, or higher](https://about.gitlab.com/pricing/) will also see
the `marked_for_deletion_on` attribute:
```json
{
"id": 4,
"description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.",
"marked_for_deletion_on": "2020-04-03",
...
}
```
When adding the parameter `with_projects=false`, projects will not be returned. When adding the parameter `with_projects=false`, projects will not be returned.
```shell ```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment