Commit 683defc5 authored by Aakriti Gupta's avatar Aakriti Gupta

Fix response format in Group activity API docs

parent 37e4fc93
......@@ -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