summaryrefslogtreecommitdiff
path: root/doc/api/boards.md
Commit message (Collapse)AuthorAgeFilesLines
* Port some EE API docs to CEAchilleas Pipinellis2019-05-291-1/+178
| | | | | | | | | | | The following EE files had small differences with their CE counterpart so they have been ported to CE: - doc/api/boards.md - doc/api/discussions.md - doc/api/notes.md - doc/api/resource_label_events.md - doc/api/services.md
* Added missing comma in sample response json for list of boards and a single ↵akkee2019-02-201-3/+3
| | | | board
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-7/+7
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Update docs to change `Backlog` issue board list to `Open`Kushal Pandya2018-08-141-1/+1
|
* Remove EE only sections from docsbackport-issue_3413Felipe Artur2018-01-051-85/+0
|
* EE-BACKPORT group boardsFelipe Artur2018-01-041-17/+183
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-6/+6
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-6/+6
|
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-6/+6
|
* Update documentationRobert Schilling2017-02-281-13/+0
|
* Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-10/+0
|
* Added Issue Board API supportAndre Guedes2016-10-051-0/+251
- Includes documentation and tests