18a2928732 
								
							 
						 
						
							
							
								
								Add "API" to all respective headings (h1s)  
							
							
							
						 
						
							2017-05-18 08:49:03 +00:00  
				
					
						
							
							
								 
						
							
								b472f9995a 
								
							 
						 
						
							
							
								
								Fix wrong copy edits for URL-encoded substitutions in API docs  
							
							
							
						 
						
							2017-04-10 11:17:04 +02:00  
				
					
						
							
							
								 
						
							
								5422554b86 
								
							 
						 
						
							
							
								
								Mention URL path encoding to all API docs  
							
							
							
						 
						
							2017-04-08 12:38:59 +02:00  
				
					
						
							
							
								 
						
							
								82fad17a7d 
								
							 
						 
						
							
							
								
								Add information about namespace encoding to API docs  
							
							
							
						 
						
							2017-04-08 12:38:59 +02:00  
				
					
						
							
							
								 
						
							
								add5cd996f 
								
							 
						 
						
							
							
								
								API: Make the /notes endpoint work with noteable iid instead of id  
							
							... 
							
							
							
							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. 
							
						 
						
							2017-03-27 15:29:37 +02:00  
				
					
						
							
							
								 
						
							
								1ead6a9793 
								
							 
						 
						
							
							
								
								Use v4 endpoint in API docs  
							
							
							
						 
						
							2017-03-01 18:39:40 +01:00  
				
					
						
							
							
								 
						
							
								f2dd260413 
								
							 
						 
						
							
							
								
								Update documentation  
							
							
							
						 
						
							2017-02-28 08:32:39 +01:00  
				
					
						
							
							
								 
						
							
								0b402e11e3 
								
							 
						 
						
							
							
								
								Remove deprecated `upvotes` and `downvotes` from the notes API  
							
							
							
						 
						
							2017-02-22 13:07:49 +01:00  
				
					
						
							
							
								 
						
							
								d03ca3d02e 
								
							 
						 
						
							
							
								
								Merge branch 'issue-24534' into 'master'  
							
							... 
							
							
							
							Remove unnecessary sentences for return codes in the API documentation
Closes  #24534 
See merge request !7511  
							
						 
						
							2016-11-25 15:43:05 +00:00  
				
					
						
							
							
								 
						
							
								ed61d44e1e 
								
							 
						 
						
							
							
								
								Remove unnecessary sentences for status codes in the API documentation  
							
							
							
						 
						
							2016-11-24 10:28:52 -07:00  
				
					
						
							
							
								 
						
							
								6df22f72c6 
								
							 
						 
						
							
							
								
								Rephrase some system notes to be compatible with new system note style  
							
							
							
						 
						
							2016-11-24 18:26:29 +08:00  
				
					
						
							
							
								 
						
							
								cb7872c3a0 
								
							 
						 
						
							
							
								
								Remove /u/ prefix from user pages in documentation  
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2016-10-13 14:24:09 +03:00  
				
					
						
							
							
								 
						
							
								cf00fbecc5 
								
							 
						 
						
							
							
								
								Fix API notes endpoint when posting only emoji  
							
							
							
						 
						
							2016-09-16 16:28:53 +02:00  
				
					
						
							
							
								 
						
							
								e0a858efcc 
								
							 
						 
						
							
							
								
								use long options for curl examples in API documentation ( !5703 )  
							
							
							
						 
						
							2016-08-09 01:42:50 +02:00  
				
					
						
							
							
								 
						
							
								63c45fa75b 
								
							 
						 
						
							
							
								
								Revert "Merge branch 'patch-1' into 'master'"  
							
							... 
							
							
							
							This reverts merge request !4030  
							
						 
						
							2016-05-09 15:21:23 +00:00  
				
					
						
							
							
								 
						
							
								82b5bb9117 
								
							 
						 
						
							
							
								
								Made it clearer that issue_id means iid, not id.  
							
							
							
						 
						
							2016-05-04 06:58:40 +00:00  
				
					
						
							
							
								 
						
							
								c1467f5d97 
								
							 
						 
						
							
							
								
								Allow back dating notes on creation  
							
							
							
						 
						
							2016-04-13 12:04:09 -05:00  
				
					
						
							
							
								 
						
							
								9aefaa41ab 
								
							 
						 
						
							
							
								
								Fix code review issues  
							
							
							
						 
						
							2016-04-12 14:24:05 +02:00  
				
					
						
							
							
								 
						
							
								ba21c00f01 
								
							 
						 
						
							
							
								
								Delete notes via API  
							
							
							
						 
						
							2016-04-12 14:24:05 +02:00  
				
					
						
							
							
								 
						
							
								10080ce362 
								
							 
						 
						
							
							
								
								API: Expose updated_at for notes  
							
							
							
						 
						
							2016-04-12 12:32:34 +02:00  
				
					
						
							
							
								 
						
							
								befa7a9c17 
								
							 
						 
						
							
							
								
								Don't remove `ProjectSnippet#expires_at` from API  
							
							... 
							
							
							
							See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 
This partially reverts commit 836d593033 
							
						 
						
							2016-03-09 16:56:42 -05:00  
				
					
						
							
							
								 
						
							
								836d593033 
								
							 
						 
						
							
							
								
								Remove `Snippet#expires_at`  
							
							... 
							
							
							
							This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027  but its implementation
lingered around for two years. 
							
						 
						
							2016-03-05 18:12:17 -05:00  
				
					
						
							
							
								 
						
							
								83d42c1518 
								
							 
						 
						
							
							
								
								Revert upvotes and downvotes params to MR API  
							
							
							
						 
						
							2015-12-28 11:41:16 +02:00  
				
					
						
							
							
								 
						
							
								3227a5ead2 
								
							 
						 
						
							
							
								
								Extent Event and Note API  
							
							... 
							
							
							
							* 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> 
							
						 
						
							2015-12-04 12:22:50 +01:00  
				
					
						
							
							
								 
						
							
								26b12e2c37 
								
							 
						 
						
							
							
								
								Add upvote/downvote fields to merge request and note API to preserve compatibility  
							
							
							
						 
						
							2015-11-21 21:36:31 +01:00  
				
					
						
							
							
								 
						
							
								fd2c0fe446 
								
							 
						 
						
							
							
								
								award emoji  
							
							
							
						 
						
							2015-11-19 01:25:27 +02:00  
				
					
						
							
							
								 
						
							
								95f8f7c729 
								
							 
						 
						
							
							
								
								api: add 'system', 'upvote', and 'downvote' fields to note queries  
							
							... 
							
							
							
							This reverts commit 4c586dc7c2 
							
						 
						
							2015-08-12 17:02:33 -04:00  
				
					
						
							
							
								 
						
							
								4c586dc7c2 
								
							 
						 
						
							
							
								
								Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"  
							
							... 
							
							
							
							This reverts commit dd4fee5fdb 
							
						 
						
							2015-07-09 12:35:53 -07:00  
				
					
						
							
							
								 
						
							
								dd4fee5fdb 
								
							 
						 
						
							
							
								
								api: add 'system', 'upvote', and 'downvote' fields to note queries  
							
							
							
						 
						
							2015-07-09 11:24:28 -04:00  
				
					
						
							
							
								 
						
							
								fad71576f9 
								
							 
						 
						
							
							
								
								Fix cross references when usernames, milestones, or project names contain underscores.  
							
							... 
							
							
							
							Remove emphasis from system notes to avoid Markdown conflicts in names. 
							
						 
						
							2015-03-19 07:07:30 -07:00  
				
					
						
							
							
								 
						
							
								1fbc010241 
								
							 
						 
						
							
							
								
								Implemented notes (body) patching in API.  
							
							
							
						 
						
							2014-12-25 14:28:40 +02:00  
				
					
						
							
							
								 
						
							
								2ada4ef062 
								
							 
						 
						
							
							
								
								Fix Md style for API.  
							
							
							
						 
						
							2014-08-15 09:03:18 +02:00  
				
					
						
							
							
								 
						
							
								1355ede49d 
								
							 
						 
						
							
							
								
								Wipe wall notes feature  
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2014-06-13 14:24:54 +03:00  
				
					
						
							
							
								 
						
							
								f22c709539 
								
							 
						 
						
							
							
								
								Add titles to doc pages.  
							
							
							
						 
						
							2014-05-27 14:12:15 +02:00  
				
					
						
							
							
								 
						
							
								5bf12bbb1d 
								
							 
						 
						
							
							
								
								Make clear that notes also serve as comments.  
							
							
							
						 
						
							2014-04-30 17:28:05 +02:00  
				
					
						
							
							
								 
						
							
								49addad7b5 
								
							 
						 
						
							
							
								
								Api-Doc JSON lint  
							
							... 
							
							
							
							Fixes : #5505  
						
							2014-04-05 08:37:42 +02:00  
				
					
						
							
							
								 
						
							
								f1253fa710 
								
							 
						 
						
							
							
								
								Update issues, milestones, notes api docs.  
							
							
							
						 
						
							2013-10-02 12:08:07 +02:00  
				
					
						
							
							
								 
						
							
								39114d259c 
								
							 
						 
						
							
							
								
								API: documentation contains infos to status codes in README file.  
							
							... 
							
							
							
							All the info to return codes from the API functions are available in the `README.md` file as suggested. 
							
						 
						
							2013-03-07 00:15:57 +01:00  
				
					
						
							
							
								 
						
							
								33c1463645 
								
							 
						 
						
							
							
								
								API: fixes return codes for notes, documentation updated  
							
							... 
							
							
							
							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. 
							
						 
						
							2013-02-20 22:17:05 +01:00  
				
					
						
							
							
								 
						
							
								8045a81bcf 
								
							 
						 
						
							
							
								
								Merge branch 'master' into fixes/api  
							
							
							
						 
						
							2013-02-08 10:32:42 +01:00  
				
					
						
							
							
								 
						
							
								a534c9b72d 
								
							 
						 
						
							
							
								
								A few fixes in documentation to notes, updates infos on status codes  
							
							... 
							
							
							
							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. 
							
						 
						
							2013-02-06 17:11:00 +01:00  
				
					
						
							
							
								 
						
							
								bcc0eed3e4 
								
							 
						 
						
							
							
								
								missing doc for api  
							
							
							
						 
						
							2013-01-31 08:46:59 +02:00  
				
					
						
							
							
								 
						
							
								8f01190eb5 
								
							 
						 
						
							
							
								
								Remove all references tp the project code parameter from the API  
							
							
							
						 
						
							2012-12-21 18:47:04 +01:00  
				
					
						
							
							
								 
						
							
								d3b8952f8f 
								
							 
						 
						
							
							
								
								Add username to User and UserBasic entities in API and in examples in doc.  
							
							
							
						 
						
							2012-12-12 18:51:20 +01:00  
				
					
						
							
							
								 
						
							
								270a43370a 
								
							 
						 
						
							
							
								
								API: get a single wall note  
							
							
							
						 
						
							2012-12-01 02:20:45 -08:00  
				
					
						
							
							
								 
						
							
								ee6187bd55 
								
							 
						 
						
							
							
								
								API: ability to create a wall note  
							
							
							
						 
						
							2012-11-29 15:52:56 -08:00  
				
					
						
							
							
								 
						
							
								2a98a060ca 
								
							 
						 
						
							
							
								
								API: don't expose 'updated_at' for notes  
							
							
							
						 
						
							2012-11-29 14:41:24 -08:00  
				
					
						
							
							
								 
						
							
								658f260e98 
								
							 
						 
						
							
							
								
								add docs for notes API  
							
							
							
						 
						
							2012-11-29 12:32:05 -08:00