Forum Discussion

browneandrae's avatar
5 years ago

Move a message programmatically to a different board

thanks, trying the below to move the message. I looked at v1 and v2 calls and neither are working. The error message I get for the call below is the second snippet. I couldn't find any specific docum...
  • browneandrae's avatar
    5 years ago

    <#assign pathConstruct = "/messages/id/${messageId}/move/board/id/BoardId" />

    <#assign apiResults = restadmin(pathConstruct) />