Commit Graph

52 Commits

Author SHA1 Message Date
GitLab Bot a94adeb6b2 Add latest changes from gitlab-org/gitlab@master 2023-07-19 00:07:13 +00:00
GitLab Bot 213f46f188 Add latest changes from gitlab-org/gitlab@master 2023-01-11 21:09:40 +00:00
GitLab Bot cce3670f51 Add latest changes from gitlab-org/gitlab@master 2022-12-23 09:07:14 +00:00
GitLab Bot 130b909c4f Add latest changes from gitlab-org/gitlab@master 2022-12-05 06:07:17 +00:00
GitLab Bot 04d4cf89db Add latest changes from gitlab-org/gitlab@master 2022-09-21 21:13:33 +00:00
GitLab Bot 690c904b5e Add latest changes from gitlab-org/gitlab@master 2022-07-19 12:10:09 +00:00
GitLab Bot ce16444418 Add latest changes from gitlab-org/gitlab@master 2021-12-23 00:11:02 +00:00
GitLab Bot 963c6277b2 Add latest changes from gitlab-org/gitlab@master 2021-03-12 21:09:12 +00:00
GitLab Bot d8d0344cc3 Add latest changes from gitlab-org/gitlab@master 2021-03-09 21:09:15 +00:00
GitLab Bot fe389e7d34 Add latest changes from gitlab-org/gitlab@master 2021-02-19 18:10:51 +00:00
GitLab Bot 839dad17a1 Add latest changes from gitlab-org/gitlab@master 2020-12-04 21:09:29 +00:00
GitLab Bot f8bb64721a Add latest changes from gitlab-org/gitlab@master 2020-11-26 06:09:20 +00:00
GitLab Bot 038366a093 Add latest changes from gitlab-org/gitlab@master 2020-10-30 15:08:59 +00:00
GitLab Bot 99551d4458 Add latest changes from gitlab-org/gitlab@master 2020-10-20 06:09:03 +00:00
GitLab Bot b58ab6c33c Add latest changes from gitlab-org/gitlab@master 2020-10-16 18:09:04 +00:00
GitLab Bot a961982252 Add latest changes from gitlab-org/gitlab@master 2020-09-02 21:10:43 +00:00
GitLab Bot 55b5a8778c Add latest changes from gitlab-org/gitlab@master 2020-07-30 12:09:33 +00:00
GitLab Bot fcda041fc0 Add latest changes from gitlab-org/gitlab@master 2020-07-09 12:08:56 +00:00
GitLab Bot 6985123d92 Add latest changes from gitlab-org/gitlab@master 2020-05-28 00:08:37 +00:00
GitLab Bot 25f414893f Add latest changes from gitlab-org/gitlab@master 2020-05-20 03:08:04 +00:00
GitLab Bot e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot 5ee120f467 Add latest changes from gitlab-org/gitlab@master 2020-02-18 03:08:54 +00:00
GitLab Bot 0eb3d2f799 Add latest changes from gitlab-org/gitlab@master 2020-02-06 15:09:11 +00:00
GitLab Bot 536aa3a1f4 Add latest changes from gitlab-org/gitlab@master 2020-01-30 15:09:15 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Stan Hu 5e0378b311 Revert "Merge branch 'nik-api-snippets-fix' into 'master'"
This reverts merge request !28571
2019-08-27 13:28:00 -07:00
Nikolay Samokhvalov c4ef54a1b5 Update description of Snippets API, create and update methods
Currently, the field used to fill the contents is called "code".
Also "visibility" is now required.
2019-06-03 23:46:29 +00:00
Evan Read 60b3ea9493 Refactor snippets API documentation page 2019-02-08 13:57:31 +00:00
Achilleas Pipinellis 0e078d1a8a
Replace look-alike token with '<your_access_token>'
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
colinleroy 3da9fef010 Fix lack of documentation on how to fetch a snippet's content using API 2018-12-04 03:20:31 +00:00
Jan 4077d4f735 Resolve "Provide ability to retrieve `visibility` level via Snippets API" 2018-06-13 10:28:27 +00:00
Achilleas Pipinellis 6e24b4ba18 Merge branch 'docs-fix-api-snippets-docs' into 'master'
Fix external links in Snippets API documentation

See merge request gitlab-org/gitlab-ce!16385
2018-01-11 16:57:28 +00:00
Mark Fletcher d48df55177 Fix external links in Snippets API documentation 2018-01-11 11:25:05 +00:00
Sascha Szott 3545ceb02c apply documentation changes from EE to CE 2018-01-11 08:04:50 +00:00
James Lopez a9e8af3386 add spec and project snippet user agent details endpoint 2017-07-07 15:54:39 +02:00
James Lopez 5173955fd4 update docs 2017-07-07 15:18:01 +02:00
James Lopez 2aa95aa018 refactor code based on feedback 2017-07-06 15:27:49 +02:00
James Lopez 47e17fe12a fix docs 2017-07-06 15:27:49 +02:00
James Lopez bd9b62114f add API documentation 2017-07-06 15:27:48 +02:00
Jarka Kadlecova 4464c22d6d Support descriptions for snippets 2017-05-31 07:17:03 +02:00
Marcia Ramos d5eb66663e update API doc with +API (h1 heading) 2017-05-10 15:48:07 -03:00
Toon Claes 209856166e Expose Snippet VisibilityLevel as String 2017-03-02 12:15:24 +01:00
Robert Schilling 1ead6a9793 Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
Guyzmo fde754e267 API: Endpoint to expose personal snippets as /snippets
Adding the necessary API for the new /snippets Restful resource
added with this commit. Added a new Grape class `Snippets`, as
well as a `PersonalSnippet` entity.

Issue: #20042
Merge-Request: !6373
Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net>
2016-12-01 19:07:49 +01:00
Dmitriy Zaporozhets 68d146b4a6 Improve api docs 2013-06-06 13:19:23 +03:00
Sebastian Ziebell 3374027e3a Merge branch 'master' into fixes/api, code clean up and tests fixed
Conflicts:
	doc/api/projects.md
	spec/requests/api/projects_spec.rb
2013-03-07 14:51:56 +01:00
Sebastian Ziebell 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
Sebastian Ziebell 9ee6c58acc API documentation updated for project snippets.
The API Documentation for project snippets got infos to return codes. Tests are added
to check status codes when handling project snippets.
2013-02-21 21:13:46 +01:00
Riyad Preukschas 8f01190eb5 Remove all references tp the project code parameter from the API 2012-12-21 18:47:04 +01:00
Cyril d3b8952f8f Add username to User and UserBasic entities in API and in examples in doc. 2012-12-12 18:51:20 +01:00