From 94c6f4a3b95d9daa06adc148e9e9851e4b835fca Mon Sep 17 00:00:00 2001 From: Cynthia Ng Date: Wed, 21 Nov 2018 21:56:05 +0000 Subject: expand short options --- doc/api/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1