Talk:REST/@comment-195.20.162.170-20140124170435

From Request Tracker Wiki
< Talk:REST
Revision as of 16:52, 6 April 2016 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hi,

The "new line" seems not to be understood by the REST interface when I want to update multiple fields via a url. For instance, the following request 

http://myrtserver/rt3/REST/1.0/ticket/112462/edit?content=Creator: user1\nStatus: Resolved

will update the field "Creator" with the value "user1\nStatus: Resolved" insstead of "Creator: user1" and "Status: Resolved"

Is there any workaround ? I also tried "\r\n" still without any success. Am I doing something wrong ?