👽 Increase BOLLE App-Version header to 5

This commit is contained in:
2023-10-07 09:44:21 +02:00
parent 5638a8ecb5
commit 43331ae226

View File

@ -73,7 +73,7 @@ export class BolleClient {
// Set the auth headers
"X-Auth-User": this.apiUser,
"X-Auth-Token": this.apiKey,
"App-Version": "4",
"App-Version": "5",
// Set the hash
"B-Hash": hash.digest("hex"),
"Content-Type": "application/json",