Skip to content

Commit

Permalink
Fixed JSON example typos in ch14-REST.md (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
verheyenkoen committed Oct 23, 2023
1 parent 4087748 commit 43a3bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus/docs/bpmn/ch14-REST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 43a3bbd

Please sign in to comment.