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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 09:10:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 09:10:29 +0300
commit990b7413bc68bab8aea2aac06c45e31264e26b22 (patch)
tree18f1e06363681081a2a8a1f1b5b2e3e240478d59 /doc/api/import.md
parent426c8dc441a364a54d5bb0c9b7242adb833577b2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/import.md')
-rw-r--r--doc/api/import.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/import.md b/doc/api/import.md
index 3a1edcb732d..2d978b7b6dd 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -73,7 +73,7 @@ POST /import/bitbucket_server
curl --request POST \
--url "https://gitlab.example.com/api/v4/import/bitbucket_server" \
--header "content-type: application/json" \
- --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \
+ --header "PRIVATE-TOKEN: <your_access_token>" \
--data '{
"bitbucket_server_url": "http://bitbucket.example.com",
"bitbucket_server_username": "root",