Skip to content

Commit

Permalink
docs: getVerifications instead of get (unkeyed#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsbhat authored and AkshayBandi027 committed Oct 14, 2024
1 parent 99145de commit 4a8933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/libraries/ts/sdk/keys/verifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The number of requests that exceeded the usage limit.
<RequestExample>

```ts
const { result, error } = await unkey.keys.get({ keyId: "key_123" });
const { result, error } = await unkey.keys.getVerifications({ keyId: "key_123" });
```


Expand Down

0 comments on commit 4a8933a

Please sign in to comment.