diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 12:03:05 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 12:03:05 +0200 |
commit | fdbf3682023a2ed647c625ec0609dac3227218b2 (patch) | |
tree | 4963a61f392e5ecd8a4403f1254befadce1ac80c /doc | |
parent | 2b036025d619c51cff74e4eb430f50d43d1d8cdb (diff) | |
download | gitlab-ce-fdbf3682023a2ed647c625ec0609dac3227218b2.tar.gz |
Fix doc for moving an issue
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/issues.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index a3ac48fba7e..f09847aef95 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -367,7 +367,7 @@ POST /projects/:id/issues/:issue_id/move | --------- | ---- | -------- | ----------- | | `id` | integer | yes | The ID of a project | | `issue_id` | integer | yes | The ID of a project's issue | -| `to_project_id` | integer | yes | The ID the new project | +| `to_project_id` | integer | yes | The ID of the new project | ```bash curl -X POST -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/projects/4/issues/85/move |