Updates an existing community post. Can update content, images, polls, and tier visibility.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 unique identifier of the community
The unique identifier of the post
Request Body
All fields are optional. Only include fields you want to update.Post title (max 200 characters)
Post content with HTML formatting (max 10,000 characters)
External link URL
Link title (max 100 characters)
Link description (max 500 characters)
Post status:
draft, published, or archivedMake visible to all tiers
Array of tier IDs that can see this post
Array of base64-encoded images or existing image URLs (max 10 total)
Poll configuration object
Returns
Returns the updated community post object.Notes
- Authorization: Community owner or admin only
- Image Handling:
- Include existing image URLs in the
imagesarray to keep them - Add new base64-encoded images to add them
- Omit images to remove them (if not included, all images are removed)
- Include existing image URLs in the
- Poll Updates: Updating
poll_attributesreplaces the entire poll - Tier Visibility: Updating
visible_tier_idsreplaces all tier assignments

