summaryrefslogtreecommitdiff
path: root/doc/api/import.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-18 09:36:13 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-18 09:36:13 +0000
commit47fb1c5235236c8e28bfdc87b013419ae1d85dc8 (patch)
tree0152ff66b8da3b175ed3f499aa52b039571c30a6 /doc/api/import.md
parent951e89127661150cdc23b8806085934ffdc4640f (diff)
downloadgitlab-ce-47fb1c5235236c8e28bfdc87b013419ae1d85dc8.tar.gz
Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
Diffstat (limited to 'doc/api/import.md')
-rw-r--r--doc/api/import.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/import.md b/doc/api/import.md
index 9f8e0d232c6..1deb26e8388 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -15,7 +15,6 @@ POST /import/github
| `new_name` | string | no | New repo name |
| `target_namespace` | string | yes | Namespace to import repo into |
-
```bash
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --data "personal_access_token=abc123&repo_id=12345&target_namespace=root" https://gitlab.example.com/api/v4/import/github
```
@@ -30,4 +29,3 @@ Example response:
"full_name": "Administrator / my-repo"
}
```
-