API: update docs
This commit is contained in:
parent
1b95c8bff3
commit
949b1df930
4 changed files with 29 additions and 29 deletions
|
@ -17,7 +17,7 @@ module Gitlab
|
|||
# Get a list of project issues
|
||||
#
|
||||
# Parameters:
|
||||
# id (required) - The code name of a project
|
||||
# id (required) - The ID or code name of a project
|
||||
# Example Request:
|
||||
# GET /projects/:id/issues
|
||||
get ":id/issues" do
|
||||
|
@ -27,7 +27,7 @@ module Gitlab
|
|||
# Get a single project issue
|
||||
#
|
||||
# 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
|
||||
# Example Request:
|
||||
# GET /projects/:id/issues/:issue_id
|
||||
|
@ -39,7 +39,7 @@ module Gitlab
|
|||
# Create a new project issue
|
||||
#
|
||||
# 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
|
||||
|
@ -67,7 +67,7 @@ module Gitlab
|
|||
# Update an existing issue
|
||||
#
|
||||
# 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
|
||||
# title (optional) - The title of an issue
|
||||
# description (optional) - The description of an issue
|
||||
|
@ -98,7 +98,7 @@ module Gitlab
|
|||
# Delete a project issue
|
||||
#
|
||||
# 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
|
||||
# Example Request:
|
||||
# DELETE /projects/:id/issues/:issue_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue