Skip to main content
Use post editing when your app needs to update content that already exists. The SDKs update the post by ID; permission checks are enforced by the backend for post owners, moderators, and admins according to your app configuration.

Platform Support

The current Flutter public editor does not expose link preview replacement or product-tag editing. Keep those updates on platforms that expose the fields.

Parameters

Update a Post

Load or know the post ID, then apply the platform-specific editor or patch API for the fields your product allows users to change.

Editing Media

On platforms with attachment editing, send the complete attachment set you want the post to keep. If you omit an existing image, file, or video from the update payload, that attachment should be treated as removed from the edited post.

Notes

  • Keep the edit operation tied to the content type that was originally created.
  • Preserve existing attachments by reading the current post first and including the items that should remain.
  • After a successful edit, use the returned or live-updated post to refresh UI state such as edited timestamps, tags, metadata, and attachment lists.

Get Posts

Load the current post before editing.

Delete Posts

Remove posts through soft or hard deletion.

Viewing Content

Render the updated post content.