Commit d1ed6c02 authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch 'ag-fix-docs' into 'master'

Fix response format in Group activity API docs

See merge request gitlab-org/gitlab!27580
parents 37f59d65 683defc5
......@@ -23,9 +23,7 @@ curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/ap
Example response:
```json
[
{ issues_count : 10 }
]
{ "issues_count": 10 }
```
## Get count of recently created merge requests for group
......@@ -49,7 +47,5 @@ curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/ap
Example response:
```json
[
{ merge_requests_count : 10 }
]
{ "merge_requests_count": 10 }
```
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