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
@@ -1,7 +1,7 @@
meta {
name: Bookmann Kobo Sync
name: Bookhoard Kobo Sync
type: collection
environment: Bookmann
environment: Bookhoard
}
### Kobo Initialization Endpoint
+3 -3
View File
@@ -37,8 +37,8 @@ Content-Type: application/json
{
"meta": {
"name": "Sync from Bookmann to Kobo",
"description": "Server-initiated sync pushing progress, bookmarks, and highlights from Bookmann to Kobo device",
"documentation": "Two-way sync endpoint. Allows Bookmann server to push updates to Kobo device, including reading progress, bookmarks, and highlights."
"name": "Sync from Bookhoard to Kobo",
"description": "Server-initiated sync pushing progress, bookmarks, and highlights from Bookhoard to Kobo device",
"documentation": "Two-way sync endpoint. Allows Bookhoard server to push updates to Kobo device, including reading progress, bookmarks, and highlights."
}
}
+1 -1
View File
@@ -17,5 +17,5 @@ assert {
response.status == 200
response.body.ContentId exists()
response.body.Categories exists()
response.body.BookmannUUID exists()
response.body.BookhoardUUID exists()
}