Skip to content

Commit d6a88e9

Browse files
authored
Update correlation_id to correlationId in batch check Node.js sample code (#973)
1 parent e9104df commit d6a88e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Docs/SnippetViewer/BatchCheckRequestViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const body = {
4141
user: '${check.user}',
4242
relation: '${check.relation}',
4343
object: '${check.object}',
44-
correlation_id: '${check.correlation_id}'${
44+
correlationId: '${check.correlation_id}'${
4545
check.contextualTuples
4646
? `,
4747
contextual_tuples: [

0 commit comments

Comments
 (0)