We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9104df commit d6a88e9Copy full SHA for d6a88e9
src/components/Docs/SnippetViewer/BatchCheckRequestViewer.tsx
@@ -41,7 +41,7 @@ const body = {
41
user: '${check.user}',
42
relation: '${check.relation}',
43
object: '${check.object}',
44
- correlation_id: '${check.correlation_id}'${
+ correlationId: '${check.correlation_id}'${
45
check.contextualTuples
46
? `,
47
contextual_tuples: [
0 commit comments