summaryrefslogtreecommitdiff
path: root/doc/api/labels.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-9/+9
|
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-6/+6
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-12/+14
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-23/+12
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-10/+22
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+6
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+6
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+10
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-301-0/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-11/+51
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Update docs targeting 12.3Robert Schilling2019-08-261-1/+1
|
* Move promote to put and add more specsRobert Schilling2019-08-261-2/+2
|
* Add docs and first specsRobert Schilling2019-08-261-0/+34
|
* Add label_id parameter to label API for PUT and DELETEPatrick Derichs2019-08-231-3/+5
| | | | Add specs for new parameter and updated documentation as well.
* Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-081-4/+5
| | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Merge branch '56694-mark-group-level-labels-in-label-api-as-such' into 'master'Rémy Coutable2019-02-141-8/+16
|\ | | | | | | | | | | | | Mark group-level labels in Label API as such. Closes #56694 See merge request gitlab-org/gitlab-ce!25219
| * Add docs and specsRobert Schilling2019-02-131-8/+16
| |
* | API: Expose text_color for project and group labelsRobert Schilling2019-02-121-0/+8
|/
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-6/+6
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-6/+6
|
* Labels support color names in backendDongqing Hu2017-03-291-2/+2
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-6/+6
|
* Update documentationRobert Schilling2017-02-281-32/+0
|
* Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-docRobert Schilling2017-02-231-1/+1
|
* Update documentationapi-subscription-restfulRobert Schilling2017-02-221-5/+5
|
* Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-20/+5
|
* Expose Label id to APIRares Sfirlogea2016-11-071-89/+100
| | | | | | [e44da1c] Add Label API expected keys to tests [ac929c8] Update Label API documentation
* Update label's API documentationRobert Schilling2016-11-071-10/+34
|
* Fix a typo in doc/api/labels.mdLemures Lemniscati2016-10-091-1/+1
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-6/+6
|
* Add space between 'Criticalissue'Chris Spicer2016-05-291-1/+1
|
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+70
| | | | Closes #15638
* API: Expose open_issues_count, closed_issues_count, ↵Robert Schilling2016-04-061-20/+20
| | | | open_merge_requests_count on labels
* api - expose label descriptionMariusz Jachimowicz2016-03-241-29/+42
|
* Refactor labels API documentation [ci skip]doc_refactor_labels_apiAchilleas Pipinellis2016-01-181-41/+111
|
* Fix labels return codeRobert Schilling2014-08-181-6/+5
|
* Update labels via APIRobert Schilling2014-08-131-1/+23
|
* Add, delete labels via APIRobert Schilling2014-08-131-0/+63