summaryrefslogtreecommitdiff
path: root/doc/api/namespaces.md
Commit message (Collapse)AuthorAgeFilesLines
* Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-031-1/+15
| | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* Docs: Add link to namespace api doc to clarify URL-encoded pathMarcel Amirault2019-03-151-6/+6
|
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-4/+4
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* docMark Chao2018-06-061-1/+1
|
* Make parent_id field integer/null value instead of stringupdate-namespaces-api-docsTomasz Maczukin2018-02-131-5/+5
|
* Allow request namespace by ID or pathTomasz Maczukin2017-11-231-1/+21
|
* Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+32
|
* fix json responseEmilienMottet2017-08-291-0/+4
|
* Improve tests textOswaldo Ferreira2017-06-281-1/+0
|
* Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-281-6/+6
| | | | group admins
* Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-2/+13
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-2/+2
|
* Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-2/+2
|
* Clean up namespaces API documentationdoc_refactor_namespaces_apiAchilleas Pipinellis2016-01-241-3/+14
| | | | [ci skip]
* Refactor namespaces API documentation [ci skip]Achilleas Pipinellis2016-01-181-7/+22
|
* Make namespace API available to all usersStan Hu2015-05-281-0/+44
Closes https://github.com/gitlabhq/gitlabhq/issues/9328