Skip to content

Commit c9f102f

Browse files
author
Kernel Docs Bot
committed
docs: update code samples from OpenAPI
1 parent d9e648e commit c9f102f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snippets/openapi/post-invocations-async.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const invocation = await client.invocations.create({
1010
async: true,
1111
action_name: 'analyze',
1212
app_name: 'my-app',
13-
version: '1.0.0'
14-
});
13+
version: '1.0.0' });
1514

1615
console.log(invocation.id);
1716
```

0 commit comments

Comments
 (0)