Skip to content

Commit

Permalink
docs: fix status route (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jun 3, 2022
1 parent 15132ad commit 0c92cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/README.md
Expand Up @@ -104,7 +104,7 @@ $ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.lin
> Get perma-cache account status.
```console
$ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.link/perma-cache -s | jq
$ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.link/perma-cache/status -s | jq
{
"usedStorage": "8036759278"
}
Expand Down

0 comments on commit 0c92cc4

Please sign in to comment.