Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected operator -> operation for JSON body requests #124

Merged
merged 1 commit into from
Sep 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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