BookStack/tests/Api
Dan Brown 1ea2ac864a
Queries: Update API to align data with previous versions
Ensures fields returned match API docs and previous versions of
BookStack where we were accidentally returning more fields than
expected.
Updates tests to cover many of these.
Also updated clockwork to ignore image requests for less noisy
debugging.
Also updated chapter page query to not be loading all page data, via new
query in PageQueries.
2024-02-11 15:42:37 +00:00
..
ApiAuthTest.php
ApiConfigTest.php
ApiDocsTest.php
ApiListingTest.php
AttachmentsApiTest.php
BooksApiTest.php Queries: Update API to align data with previous versions 2024-02-11 15:42:37 +00:00
ChaptersApiTest.php Queries: Update API to align data with previous versions 2024-02-11 15:42:37 +00:00
ContentPermissionsApiTest.php
ImageGalleryApiTest.php
PagesApiTest.php Queries: Update API to align data with previous versions 2024-02-11 15:42:37 +00:00
RecycleBinApiTest.php
RolesApiTest.php
SearchApiTest.php
ShelvesApiTest.php Queries: Update API to align data with previous versions 2024-02-11 15:42:37 +00:00
TestsApi.php
UsersApiTest.php