Merge pull request #939 from nextcloud/bugfix/noid/board-api-stacks

Enrich board listing with stacks
This commit is contained in:
Julius Härtl
2019-03-19 22:54:50 +01:00
committed by GitHub
5 changed files with 30 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ class BoardApiController extends ApiController {
* @NoCSRFRequired
*
* Return all of the boards that the current user has access to.
* @throws StatusException
*/
public function index() {
$modified = $this->request->getHeader('If-Modified-Since');