PerBonomi
5 years agoBoss
API call to post message has blank response
Hi folks.
Been using this in an endpoint for many years, but now it returns a blank response, so I can't read if it was successful.
<#assign result_post = restadmin("/boards/id/${board_id}/messages/post?message.subject=${msg_subject?url}&message.body=${msg_body?url}")/>
If, however, I do a simple
$.post('/restapi/vc/boards/id/${board_id}/messages/post?message.subject=subject&message.body=body')
then I get a perfectly normal response.
Did something change with the v1 API?