summaryrefslogtreecommitdiff
path: root/doc/api/groups.md
Commit message (Collapse)AuthorAgeFilesLines
* fix group members api doc: remove emialSanster2016-05-211-2/+0
|
* Fix minor issues according development guidelinesRobert Schilling2016-04-121-1/+1
|
* API: Ability to update a groupRobert Schilling2016-04-121-0/+81
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+1
|
* Change 'public' flag to more robust 'visibility' query.Josh Frye2016-01-191-1/+1
|
* Update all docs for public paramJosh Frye2016-01-191-0/+1
|
* Add API group projects endpoint.Douwe Maan2015-12-071-3/+67
|
* added links to API callsKaren Carias2015-06-101-191/+191
|
* fixed namespaces infoKaren Carias2015-05-281-3/+3
|
* added info about namespacesKaren Carias2015-05-281-0/+14
|
* Fix #6417: users with group permission should be able to create groups via APIRobert Schilling2015-03-311-1/+1
|
* Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-171-2/+0
|
* Edit group members via APIVinnie Okada2015-02-111-0/+14
| | | | | Add an API endpoint to update the access level of an existing group member.
* Acces groups with their path in APIjubianchi2015-02-031-5/+5
|
* add clear documentation on searching between groupsJob van der Voort2015-02-021-1/+21
|
* Document the `description` attribute of groups APIDaniel Serodio2015-01-161-1/+3
|
* Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Md style for API.Ciro Santilli2014-08-151-21/+16
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* API: new feature - remove groupDmitriy Zaporozhets2013-10-071-0/+13
|
* Merge pull request #5230 from cmckni3/patch-1Dmitriy Zaporozhets2013-10-061-14/+14
|\ | | | | Fix invalid json in API docs
| * Fix json keys in groups API documentationChris McKnight2013-09-301-14/+14
| |
* | Update group access levels in docs.Marin Jankovski2013-10-021-0/+13
| |
* | Update deploy keys, groups and system hooks api docs.Marin Jankovski2013-10-021-6/+6
|/
* Fixed typo in groups.mdTobias Bieniek2013-09-301-1/+1
|
* Add group membership apiIzaak Alpert2013-09-041-0/+62
| | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+11
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Updated documentation for added Admin APIsAngus MacArthur2013-03-051-0/+11
| |
* | API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-071-19/+0
| | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested.
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-5/+25
|/ | | | | | Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing.
* Add docs/tests for groups apiChristian Simon2013-02-011-0/+45