Minor fix docs and update puter resource unit (#2792)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

* Minor fix docs and update puter resource unit

* change to 1 cent -> 1 mio microcents
This commit is contained in:
Reynaldi Chernando
2026-04-09 15:13:49 +07:00
committed by GitHub
parent 481a1a1d90
commit 72430a1939
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -6,8 +6,6 @@ platforms: [websites, apps, nodejs, workers]
Returns an array of all keys in the user's key-value store for the current app. If the user has no keys, the array will be empty.
Because filtering is prefix-based, `list()` works best when you design keys around the read patterns your app needs. In practice, that means your key naming convention becomes your query plan.
Results are sorted lexicographically (string order) by key.
## Syntax
+1 -1
View File
@@ -21,6 +21,6 @@ Usage information per API. Each key is an API name, and the value is an object w
<div class="info">
Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000).
Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).
</div>
+1 -1
View File
@@ -31,6 +31,6 @@ Usage information per API. Each key is an API name, and the value is an object w
<div class="info">
Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000).
Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).
</div>