summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: Spelling fixesVille Skyttä2018-01-191-1/+1
|
* support ordering of project notes in notes apihaseeb2017-11-291-12/+21
|
* Expose noteable_iid in Notesue4452017-08-081-3/+6
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-15/+15
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-15/+15
|
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-20/+20
| | | | | | | | | | | | | | | | In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes.
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-3/+3
|
* Update documentationRobert Schilling2017-02-281-72/+0
|
* Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-221-15/+3
|
* Merge branch 'issue-24534' into 'master' Rémy Coutable2016-11-251-6/+3
|\ | | | | | | | | | | | | Remove unnecessary sentences for return codes in the API documentation Closes #24534 See merge request !7511
| * Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-6/+3
| |
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
|/
* Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-1/+5
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-3/+3
|
* Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable2016-05-091-5/+5
| | | This reverts merge request !4030
* Made it clearer that issue_id means iid, not id.Aral Balkan2016-05-041-5/+5
|
* Allow back dating notes on creationMichael Greene2016-04-131-0/+1
|
* Fix code review issuesRobert Schilling2016-04-121-17/+113
|
* Delete notes via APIRobert Schilling2016-04-121-0/+45
|
* API: Expose updated_at for notesRobert Schilling2016-04-121-0/+3
|
* Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+1
| | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-1/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-2/+1
|
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-3/+12
| | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-apiRobert Schilling2015-11-211-3/+8
| | | | compatibility
* award emojiValery Sizov2015-11-191-6/+2
|
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-08-121-2/+8
| | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9.
* Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu2015-07-091-8/+2
| | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b.
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-07-091-2/+8
|
* Fix cross references when usernames, milestones, or project names contain ↵Stan Hu2015-03-191-1/+1
| | | | | | underscores. Remove emphasis from system notes to avoid Markdown conflicts in names.
* Implemented notes (body) patching in API.uran2014-12-251-1/+46
|
* Fix Md style for API.Ciro Santilli2014-08-151-30/+24
|
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-62/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Make clear that notes also serve as comments.dosire2014-04-301-0/+2
|
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-051-47/+47
| | | | Fixes: #5505
* Update issues, milestones, notes api docs.Marin Jankovski2013-10-021-6/+72
|
* API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-071-78/+0
| | | | All the info to return codes from the API functions are available in the `README.md` file as suggested.
* API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-40/+153
| | | | | | The notes API documentation updated with return codes. API now returns `400 Bad Request` if required attributes are not present. Return codes are documented now, also tested in added tests. The documentation now reflects the current state of the API.
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-0/+13
|\
| * missing doc for apiDmitriy Zaporozhets2013-01-311-0/+13
| |
* | A few fixes in documentation to notes, updates infos on status codesSebastian Ziebell2013-02-061-5/+5
|/ | | | | | | A few fixes in the notes URI pattern (`notes` instead of `:notes`), also updated the information to status codes. If `body` attribute is missing from a POST request a status code 400 (Bad request) is returned. This reflects the code changes from the previous commit.
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-9/+9
|
* Add username to User and UserBasic entities in API and in examples in doc.Cyril2012-12-121-0/+1
|
* API: get a single wall noteNihad Abbasov2012-12-011-0/+13
|
* API: ability to create a wall noteNihad Abbasov2012-11-291-0/+16
|
* API: don't expose 'updated_at' for notesNihad Abbasov2012-11-291-2/+1
|