Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-03-27 19:57:25 +0300
committerAndreas Brandl <abrandl@gitlab.com>2019-03-27 19:57:25 +0300
commitf5ba7ac357d3384e0d7627fd6c18c1377ec0a425 (patch)
tree2875796c41947ac079edddb510e23bcc0562884f /doc
parentd160e6bcd4d89305287c7ff0f8fafc2dc4353bd1 (diff)
parent03e0604d5ded6402c7fddc4001ab23d9712c98de (diff)
Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'
Prepares suggestion implementation for multi-line support See merge request gitlab-org/gitlab-ce!26057
Diffstat (limited to 'doc')
-rw-r--r--doc/api/suggestions.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/suggestions.md b/doc/api/suggestions.md
index e88d536282a..188989bc94e 100644
--- a/doc/api/suggestions.md
+++ b/doc/api/suggestions.md
@@ -24,8 +24,6 @@ Example response:
```json
{
"id": 36,
- "from_original_line": 10,
- "to_original_line": 10,
"from_line": 10,
"to_line": 10,
"appliable": false,