Skip to content

Commit

Permalink
docs: getVerifications instead of get
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsbhat committed Oct 11, 2024
1 parent 0608fee commit aa62152
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 aa62152

Please sign in to comment.