Remove all references tp the project code parameter from the API

This commit is contained in:
Riyad Preukschas 2012-12-21 18:47:04 +01:00
parent 931ec399bd
commit 8f01190eb5
12 changed files with 86 additions and 86 deletions

View file

@ -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