Forum Discussion
- janin_anthonyContributor
I found a solution only for the V1 not for V2:
<#assign response = restadmin("/users/id/${user.id}/mailbox/notes/inbox/id/${note.id}/markread").response />
Regards,
Anthony
janin_anthony - You can make put call using http.client put request.
http.client .request("protocol", "host", "url").put()
You can find the documentation here https://freemarker-docs-portal.lithium.com/refer/contextObjects#httpClient
Related Content
- 11 years ago