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 45939f9 commit 350f21bCopy full SHA for 350f21b
docs/integrate/dapr/usage.md
@@ -53,7 +53,7 @@ curl -X POST http://localhost:3500/v1.0/bindings/crate \
53
}
54
}'
55
56
-# Submit DDL statements via the exec operation.
+# Submit DDL or DML statements via the exec operation.
57
curl -X POST http://localhost:3500/v1.0/bindings/crate \
58
-H "Content-Type: application/json" \
59
-d '{
0 commit comments