Forum Post: RE: REST service - Node editing

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
Tony, I do not believe that the expression is editable in REST. However it is correct because you mapped the input parameter to a parameter within the 'body', which requires an outer "request" json object as a container that holds multiple individual parameters. With single input or output parameter the recommendation is to map it to the 'body' and not to the 'drop a parameter here...]. When you map directly to the body the expression should not have the "request" json object wrapper. A subtle distinction in the use of the GUI mapper.

Continue reading...
 
Status
Not open for further replies.
Back
Top