We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a69575 commit 75e8a63Copy full SHA for 75e8a63
README.md
@@ -254,9 +254,8 @@ parameter. This library doesn't validate at runtime that the request matches the
254
send will be sent as-is.
255
256
```ts
257
-client.foo.create({
258
- foo: 'my_param',
259
- bar: 12,
+client.identity.getAuthenticatedIdentity({
+ // ...
260
// @ts-expect-error baz is not yet public
261
baz: 'undocumented option',
262
});
0 commit comments