Add dryRun parameter to the purchase api

This commit is contained in:
Jonas Lochmann
2026-01-26 01:00:00 +01:00
parent 6935c0811c
commit c6c0051f82
2 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -96,10 +96,11 @@ Use this to unlock all features for one user for a specified duration.
### request
request properties: ``purchaseToken`` and ``purchaseId``
request properties: ``purchaseToken``, ``purchaseId`` and ``dryRun``
- ``purchasetoken`` is a string which the client shows at the purchase screen
- ``purchaseId`` is the ID that is used at the bill
- ``dryRun`` is a boolean; setting true will skip the actual unlocking
### response