Skip to content

Commit

Permalink
docs: api account endpoint rename (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 1, 2022
1 parent 08b48f8 commit 990e4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/README.md
Expand Up @@ -99,12 +99,12 @@ $ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.lin
]
```

### 馃敀 `GET /perma-cache/status`
### 馃敀 `GET /perma-cache/account`

> Get perma-cache account status.
```console
$ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.link/perma-cache/status -s | jq
$ curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' https://api.nftstorage.link/perma-cache/account -s | jq
{
"usedStorage": "8036759278"
}
Expand Down

0 comments on commit 990e4f6

Please sign in to comment.