]> BookStack Code Mirror - bookstack/commit
ZIP Imports: Added API examples, finished testing 5721/head
authorDan Brown <redacted>
Fri, 18 Jul 2025 15:19:14 +0000 (16:19 +0100)
committerDan Brown <redacted>
Fri, 18 Jul 2025 15:19:14 +0000 (16:19 +0100)
commit32ba3a591f982ddd99aa44e4f67b1ee6e20d91ba
treea49a89f5285fb0640f77c2d2c3248dd63d17853f
parent73025719a4bc06457de1d753aa6e6fefd0ba8777
ZIP Imports: Added API examples, finished testing

Also updated some types on a couple of controllers.
13 files changed:
app/Entities/Controllers/ChapterApiController.php
app/Entities/Controllers/PageApiController.php
app/Exports/Controllers/ImportApiController.php
app/Permissions/ContentPermissionApiController.php
app/Search/SearchApiController.php
app/Users/Controllers/RoleApiController.php
dev/api/requests/imports-run.json [new file with mode: 0644]
dev/api/responses/imports-create.json [new file with mode: 0644]
dev/api/responses/imports-list.json [new file with mode: 0644]
dev/api/responses/imports-read.json [new file with mode: 0644]
dev/api/responses/imports-run.json [new file with mode: 0644]
routes/api.php
tests/Api/ImportsApiTest.php