Talk:REST/@comment-195.20.162.170-20140124170435: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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/...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:52, 6 April 2016
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 ?