Skip to content

Commit 32f0bb5

Browse files
committed
Merge branch 'christian/docs_deployment_step_for_gen' of github.com:onkernel/docs into christian/docs_deployment_step_for_gen
2 parents b5e2b2f + c9f102f commit 32f0bb5

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)