diff options
| author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-21 18:47:04 +0100 |
|---|---|---|
| committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-21 18:47:04 +0100 |
| commit | 8f01190eb5ec0f40d6f8874a3f3c79637000a709 (patch) | |
| tree | 3db8cdf1455059c8274edaf89573550ecf166e88 /doc/api/issues.md | |
| parent | 931ec399bd16321f5bdd8e745f2f87dfe25a83ac (diff) | |
| download | gitlab-ce-8f01190eb5ec0f40d6f8874a3f3c79637000a709.tar.gz | |
Remove all references tp the project code parameter from the API
Diffstat (limited to 'doc/api/issues.md')
| -rw-r--r-- | doc/api/issues.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index b5b5a4eadd4..0383b676073 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -78,7 +78,7 @@ GET /projects/:id/issues Parameters: -+ `id` (required) - The ID or code name of a project ++ `id` (required) - The ID of a project ## Single issue @@ -90,7 +90,7 @@ GET /projects/:id/issues/:issue_id Parameters: -+ `id` (required) - The ID or code name of a project ++ `id` (required) - The ID of a project + `issue_id` (required) - The ID of a project issue ```json @@ -143,7 +143,7 @@ POST /projects/:id/issues Parameters: -+ `id` (required) - The ID or code name of a project ++ `id` (required) - The ID of a project + `title` (required) - The title of an issue + `description` (optional) - The description of an issue + `assignee_id` (optional) - The ID of a user to assign issue @@ -162,7 +162,7 @@ PUT /projects/:id/issues/:issue_id Parameters: -+ `id` (required) - The ID or code name of a project ++ `id` (required) - The ID of a project + `issue_id` (required) - The ID of a project's issue + `title` (optional) - The title of an issue + `description` (optional) - The description of an issue |
