diff options
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 7c3a30e62eb..b8ccf25581e 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -260,7 +260,14 @@ Users on GitLab [Starter, Bronze, or higher](https://about.gitlab.com/pricing/) the `approvals_before_merge` parameter: ```json +[ + { + "id": 4, + "description": null, "approvals_before_merge": 0, + ... + } +] ``` You can filter by [custom attributes](custom_attributes.md) with: @@ -590,7 +597,12 @@ Users on GitLab [Starter, Bronze, or higher](https://about.gitlab.com/pricing/) the `approvals_before_merge` parameter: ```json +{ + "id": 3, + "description": null, "approvals_before_merge": 0, + ... +} ``` **Note**: The `web_url` and `avatar_url` attributes on `namespace` were [introduced][ce-27427] in GitLab 11.11. |