Rename API test collection references: Bookmann → Bookhoard

Bruno API test updates:
- Update test assertions: X-Bookmann-* → X-Bookhoard-*
- Update variable names and references in test scripts
- Update documentation and comments in API tests

This is part 4 of the project rename to Bookhoard.
This commit is contained in:
2026-02-01 16:12:05 -05:00
parent bb713f6300
commit 96825e3bc2
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ GET {{baseURL}}/api/books/{{bookUUID}}/download
{
"meta": {
"name": "Download EPUB Book",
"description": "Download an EPUB book file from Bookmann server (no auth required - for Kobo device download)",
"documentation": "Kobo devices can download books directly from Bookmann using this endpoint. The endpoint returns the book file with appropriate Content-Type headers."
"description": "Download an EPUB book file from Bookhoard server (no auth required - for Kobo device download)",
"documentation": "Kobo devices can download books directly from Bookhoard using this endpoint. The endpoint returns the book file with appropriate Content-Type headers."
}
}