Updates an existing community post. Supports updating content, links, images, tier visibility, and polls.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
URL Parameters
The ID of the community
The ID of the community post
Request Body
All fields are optional. Only provided fields will be updated.Post title (max 200 characters)
Post content (max 10,000 characters)
External link URL
Link title
Link description
Make visible to all tiers
Array of tier IDs for visibility
Array of base64-encoded images (replaces all existing images)
Poll update object with nested attributes
Poll Update
To update poll options, use nested attributes withid for existing options:
Returns
Returns the updated community post object.Notes
- Authorization: Community owner or admin only
- Images: Setting new images replaces all existing images
- Poll Options: Can be updated, added, or removed using nested attributes
- Destruction: Use
_destroy: trueto remove poll options - Vote Integrity: Cannot modify poll options after votes are cast

