diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-06-27 00:13:01 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-27 00:13:01 +0000 |
commit | e688f3db660e783a64ba7aadee13238ceb84f595 (patch) | |
tree | 9303994e384299d1c907c659e6ad5943e0f03ccb /doc/api | |
parent | 6f44b8fcdab5498172d4414aabbf627c4e36711f (diff) | |
parent | 9be95e2b2f72ca481848823d3856b4518fd9743a (diff) | |
download | gitlab-ce-e688f3db660e783a64ba7aadee13238ceb84f595.tar.gz |
Merge branch 'dz-remove-deprecated-user-routes' into 'master'
Remove deprecated user routes
See merge request gitlab-org/gitlab-ce!30044
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/merge_request_approvals.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/merge_request_approvals.md b/doc/api/merge_request_approvals.md index ddac81328b9..49aaac06b46 100644 --- a/doc/api/merge_request_approvals.md +++ b/doc/api/merge_request_approvals.md @@ -222,7 +222,7 @@ GET /projects/:id/merge_requests/:merge_request_iid/approvals "id": 1, "state": "active", "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon", - "web_url": "http://localhost:3000/u/root" + "web_url": "http://localhost:3000/root" } } ], @@ -314,7 +314,7 @@ PUT /projects/:id/merge_requests/:merge_request_iid/approvers "id": 1, "state": "active", "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon", - "web_url": "http://localhost:3000/u/root" + "web_url": "http://localhost:3000/root" } } ], @@ -387,7 +387,7 @@ does not match, the response code will be `409`. "id": 1, "state": "active", "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon", - "web_url": "http://localhost:3000/u/root" + "web_url": "http://localhost:3000/root" } }, { @@ -397,7 +397,7 @@ does not match, the response code will be `409`. "id": 2, "state": "active", "avatar_url": "http://www.gravatar.com/avatar/cf7ad14b34162a76d593e3affca2adca?s=80\u0026d=identicon", - "web_url": "http://localhost:3000/u/ryley" + "web_url": "http://localhost:3000/ryley" } } ], |