summaryrefslogtreecommitdiff
path: root/doc/api/merge_requests.md
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2015-07-13 18:54:15 +0200
committerRobin Burchell <viroteck@viroteck.net>2015-07-13 18:54:15 +0200
commit6f581841d5c01b39fcc9f5c013541136d861ebcc (patch)
treed1d1d03bc4350ba86c76578f9106e7ad2b0e1af6 /doc/api/merge_requests.md
parent31565d78906577bf8582982e5492166e8edd3218 (diff)
downloadgitlab-ce-6f581841d5c01b39fcc9f5c013541136d861ebcc.tar.gz
Remove author information from "post" in merge_requests API.
From both experimenting with the API and reading the source code, this appears to not be used at all. My guess is this was copypasta from somewhere else.
Diffstat (limited to 'doc/api/merge_requests.md')
-rw-r--r--doc/api/merge_requests.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 7b0873a9111..7624fd3a3ef 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -336,14 +336,6 @@ Parameters:
```json
{
- "author": {
- "id": 1,
- "username": "admin",
- "email": "admin@example.com",
- "name": "Administrator",
- "blocked": false,
- "created_at": "2012-04-29T08:46:00Z"
- },
"note": "text1"
}
```