]> BookStack Code Mirror - bookstack/commit
Chapters API: Allowed move via book_id property
authorDan Brown <redacted>
Tue, 30 May 2023 19:55:24 +0000 (20:55 +0100)
committerDan Brown <redacted>
Tue, 30 May 2023 19:55:24 +0000 (20:55 +0100)
commit0323ebccd3747cc757819e265ccad87889ec0acf
treefb19481f2657c3f71deed02a805e3eeb1116b344
parent3f5dc10cd4cf901b44b1cf8c9e2626bf0425d488
Chapters API: Allowed move via book_id property

Aligns it with pages and with the book_id property already being part of
the API.
For #4272.
app/Entities/Controllers/ChapterApiController.php
tests/Api/ChaptersApiTest.php
tests/TestCase.php