From 43a3bbdc9dce74edeb83ea0dafe891a650365678 Mon Sep 17 00:00:00 2001 From: Koen Verheyen Date: Mon, 23 Oct 2023 07:59:33 +0200 Subject: [PATCH] Fixed JSON example typos in ch14-REST.md (#3770) --- docs/docusaurus/docs/bpmn/ch14-REST.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docusaurus/docs/bpmn/ch14-REST.md b/docs/docusaurus/docs/bpmn/ch14-REST.md index 50480b55dbe..819b34273fe 100644 --- a/docs/docusaurus/docs/bpmn/ch14-REST.md +++ b/docs/docusaurus/docs/bpmn/ch14-REST.md @@ -8972,7 +8972,7 @@ All supported JSON parameter fields allowed are exactly the same as the paramete "taskId" : "6", "variable" : { "name" : "myVariable", - "variableScope", "global", + "variableScope": "global", "value" : "test" } } @@ -9041,7 +9041,7 @@ All supported JSON parameter fields allowed are exactly the same as the paramete "taskId" : "6", "variable" : { "name" : "myVariable", - "variableScope", "global", + "variableScope": "global", "value" : "test" } } @@ -9192,7 +9192,7 @@ The response body contains the binary value of the variable. When the variable i "revision" : 2, "variable" : { "name" : "myVariable", - "variableScope", "global", + "variableScope": "global", "value" : "test" }, "propertyId": null, @@ -9259,7 +9259,7 @@ All supported JSON parameter fields allowed are exactly the same as the paramete "revision" : 2, "variable" : { "name" : "myVariable", - "variableScope", "global", + "variableScope": "global", "value" : "test" }, "propertyId" : null,