Update Post

When updating a post, you can update its text content. However, you cannot add or remove the post's attachments (i.e. image, video, and file).

You can update the post using the update method. This method requires the following parameters:

  • postId (String) - ID of the post to update

  • text (String) - text data of the post

Last updated