1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

API: Added ZIP export endpoint comments

This commit is contained in:
Dan Brown
2025-07-30 09:13:58 +01:00
parent 6d7ffab115
commit 4ab17157b1
3 changed files with 7 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class BookExportApiController extends ApiController
}
/**
* Export a book to a contained ZIP export file.
* Export a book as a contained ZIP export file.
*/
public function exportZip(int $id, ZipExportBuilder $builder)
{