Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
450ea01d
Commit
450ea01d
authored
May 04, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-1' into 'master'
Made it clearer that issue_id means iid, not id. See merge request !4030
parents
351df5a9
82b5bb91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/api/notes.md
doc/api/notes.md
+5
-5
No files found.
doc/api/notes.md
View file @
450ea01d
...
...
@@ -15,7 +15,7 @@ GET /projects/:id/issues/:issue_id/notes
Parameters:
-
`id`
(required) - The ID of a project
-
`issue_id`
(required) - The I
D of an issue
-
`issue_id`
(required) - The I
ID of an issue (not ID)
```
json
[
...
...
@@ -73,7 +73,7 @@ GET /projects/:id/issues/:issue_id/notes/:note_id
Parameters:
-
`id`
(required) - The ID of a project
-
`issue_id`
(required) - The I
D of a project issue
-
`issue_id`
(required) - The I
ID of a project issue (not ID)
-
`note_id`
(required) - The ID of an issue note
### Create new issue note
...
...
@@ -87,7 +87,7 @@ POST /projects/:id/issues/:issue_id/notes
Parameters:
-
`id`
(required) - The ID of a project
-
`issue_id`
(required) - The I
D of an issue
-
`issue_id`
(required) - The I
ID of an issue (not ID)
-
`body`
(required) - The content of a note
-
`created_at`
(optional) - Date time string, ISO 8601 formatted, e.g. 2016-03-11T03:45:40Z
...
...
@@ -102,7 +102,7 @@ PUT /projects/:id/issues/:issue_id/notes/:note_id
Parameters:
-
`id`
(required) - The ID of a project
-
`issue_id`
(required) - The I
D of an issue
-
`issue_id`
(required) - The I
ID of an issue (not ID)
-
`note_id`
(required) - The ID of a note
-
`body`
(required) - The content of a note
...
...
@@ -120,7 +120,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
|
`id`
| integer | yes | The ID of a project |
|
`issue_id`
| integer | yes | The ID of an issue |
|
`issue_id`
| integer | yes | The I
I
D of an issue |
|
`note_id`
| integer | yes | The ID of a note |
```
bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment