API: update docs
This commit is contained in:
parent
1b95c8bff3
commit
949b1df930
4 changed files with 29 additions and 29 deletions
|
@ -73,7 +73,7 @@ GET /projects/:id/issues
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The code name of a project
|
||||
+ `id` (required) - The ID or code name of a project
|
||||
|
||||
## Single issue
|
||||
|
||||
|
@ -85,7 +85,7 @@ GET /projects/:id/issues/:issue_id
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The code name of a project
|
||||
+ `id` (required) - The ID or code name of a project
|
||||
+ `issue_id` (required) - The ID of a project issue
|
||||
|
||||
```json
|
||||
|
@ -135,7 +135,7 @@ POST /projects/:id/issues
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The code name of a project
|
||||
+ `id` (required) - The ID or code name 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
|
||||
|
@ -154,7 +154,7 @@ PUT /projects/:id/issues/:issue_id
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The code name of a project
|
||||
+ `id` (required) - The ID or code name 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
|
||||
|
@ -175,7 +175,7 @@ DELETE /projects/:id/issues/:issue_id
|
|||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The code name of a project
|
||||
+ `id` (required) - The ID or code name of a project
|
||||
+ `issue_id` (required) - The ID of a project's issue
|
||||
|
||||
Status code `200` will be returned on success.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue