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.
2 parents b5e2b2f + c9f102f commit 32f0bb5Copy full SHA for 32f0bb5
1 file changed
snippets/openapi/post-invocations-async.mdx
@@ -10,8 +10,7 @@ const invocation = await client.invocations.create({
10
async: true,
11
action_name: 'analyze',
12
app_name: 'my-app',
13
- version: '1.0.0'
14
-});
+ version: '1.0.0' });
15
16
console.log(invocation.id);
17
```
0 commit comments