summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynthia Ng <cng@gitlab.com>2018-11-21 21:56:05 +0000
committerCynthia Ng <cng@gitlab.com>2018-11-21 21:56:05 +0000
commit94c6f4a3b95d9daa06adc148e9e9851e4b835fca (patch)
tree7c85a6a707f2c58204e3bf2211f972f0a7d1c2ae
parent46b64ee6123703cb98e05e0d13660e126aad730f (diff)
downloadgitlab-ce-docs-move-issue-fix.tar.gz
expand short optionsdocs-move-issue-fix
-rw-r--r--doc/api/issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index d3be2d6655d..0e97d9ea6f5 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -658,7 +658,7 @@ POST /projects/:id/issues/:issue_iid/move
| `to_project_id` | integer | yes | The ID of the new project |
```bash
-curl -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" -F to_project_id=5 https://gitlab.example.com/api/v4/projects/4/issues/85/move
+curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --form to_project_id=5 https://gitlab.example.com/api/v4/projects/4/issues/85/move
```
Example response: