Commit graph

15 commits

Author SHA1 Message Date
Jacopo
a9827e0e18 Removes duplicated members from api/projects/:id/members/all
When using the members/all api the same user was returned multiple times
when he was a member of the project/group and also of one of the
ancestor groups.
Now the member is returned only once giving priority to the membership
on the project and maintaining the same behaviour of the members UI.
2019-05-27 15:40:56 +02: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
Jacopo
73bdca2e03 Docs for Project/Groups members API with inherited members
Expains the differences between `api/projects/:id/members` and
`api/projects/:id/members/all` related to inherited members.
2018-09-28 12:55:17 +02:00
🙈 jacopo beschi 🙉
046796cc3a Resolve "API endpoint that returns all members, including the inherited membership through ancestor group" 2018-07-25 21:45:42 +00:00
Achilleas Pipinellis
47812b0585 Merge branch 'docs-clarify-API-share-project-to-group' into 'master'
Docs clarify API to share project to a group

See merge request gitlab-org/gitlab-ce!19301
2018-06-20 12:29:33 +00:00
Mark Chao
d5a303cf4d Doc update 2018-06-06 21:01:43 +09:00
Andrew Winata
fbc9a1ac69 Docs clarify API to share project to a group 2018-06-01 15:02:52 +10:00
Marcia Ramos
d5eb66663e update API doc with +API (h1 heading) 2017-05-10 15:48:07 -03:00
Achilleas Pipinellis
5422554b86 Mention URL path encoding to all API docs 2017-04-08 12:38:59 +02:00
Robert Schilling
1ead6a9793 Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
Luis Alonso Chavez Armendariz
ed61d44e1e Remove unnecessary sentences for status codes in the API documentation 2016-11-24 10:28:52 -07:00
Jonny McCullagh
aaaa781a2e Issue #21440: Fix to curl example for adding member to project 2016-09-06 21:34:33 +01:00
Sean McGivern
8b1656282b Merge branch 'master' into expiration-date-on-memberships 2016-08-18 15:54:07 +01:00
Rémy Coutable
115c00fd7e
Fix doc linting errors and remove useless API specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-11 11:02:34 +02:00
Rémy Coutable
29850364ec New AccessRequests API endpoints for Group & Project
Also, mutualize AccessRequests and Members endpoints for Group &
Project.
New API documentation for the AccessRequests endpoints.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-10 19:07:05 +02:00