Skip to content

Commit

Permalink
Merge pull request #124 from tiesebarrell/master
Browse files Browse the repository at this point in the history
Corrected operator -> operation for JSON body requests
  • Loading branch information
frederikheremans committed Sep 3, 2013
2 parents 38a498f + cc7783f commit 20e4e6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions userguide/src/en/chapters/ch14-REST.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
{
"name" : "variableName",
"value" : "variableValue",
"operator" : "equals",
"operation" : "equals",
"type" : "string"
}</programlisting>
<table>
Expand Down Expand Up @@ -2906,7 +2906,7 @@
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
},
...
Expand Down Expand Up @@ -4135,7 +4135,7 @@ Note that only <literal>local</literal> scoped variables are returned, as there
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
},
...
Expand All @@ -4145,7 +4145,7 @@ Note that only <literal>local</literal> scoped variables are returned, as there
{
"name" : "processVariable",
"value" : "some string",
"operator" : "equals",
"operation" : "equals",
"type" : "string"
},
...
Expand Down Expand Up @@ -5083,7 +5083,7 @@ In case the variable is a binary variable or serializable, the <literal>valueUrl
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
}
],
Expand Down Expand Up @@ -7478,7 +7478,7 @@ Only the attachment name is required to create a new attachment.
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
}
]
Expand Down Expand Up @@ -8001,7 +8001,7 @@ Only the attachment name is required to create a new attachment.
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
}
]
Expand Down Expand Up @@ -8513,7 +8513,7 @@ Only the attachment name is required to create a new attachment.
{
"name" : "myVariable",
"value" : 1234,
"operator" : "equals",
"operation" : "equals",
"type" : "long"
}
]
Expand Down

0 comments on commit 20e4e6e

Please sign in to comment.