diff options
| author | Michel Courtine <github@michak.net> | 2015-02-07 13:42:13 +0100 |
|---|---|---|
| committer | Michel Courtine <github@michak.net> | 2015-02-07 13:42:13 +0100 |
| commit | 9f69e8f9c51dd2cd113fe26fca7c0c08f2103816 (patch) | |
| tree | a573169d27f908f3ba1ac5664f44d8c76b9d428b | |
| parent | e5cfac699a00b343d5368fde753a044d3abd411e (diff) | |
| download | gitlab-ci-9f69e8f9c51dd2cd113fe26fca7c0c08f2103816.tar.gz | |
Fixed typo in gitlab ci api documentation
project create does not take an id as a parameter
| -rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 1a74b5c..61514b8 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -91,7 +91,7 @@ Parameters: Creates a Gitlab CI project using Gitlab project details. - POST /projects/:id + POST /projects Parameters: |
