diff options
author | Robin Burchell <viroteck@viroteck.net> | 2015-07-13 18:54:15 +0200 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2015-07-13 18:54:15 +0200 |
commit | 6f581841d5c01b39fcc9f5c013541136d861ebcc (patch) | |
tree | d1d1d03bc4350ba86c76578f9106e7ad2b0e1af6 | |
parent | 31565d78906577bf8582982e5492166e8edd3218 (diff) | |
download | gitlab-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.
-rw-r--r-- | doc/api/merge_requests.md | 8 |
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" } ``` |