update_post
Update an existing post's details (title, description, prompt, thumbnail, or image) by providing its unique ID.
Instructions
Update an existing post's title, description, prompt, or thumbnail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique Firebase ID of the post to update | |
| title | No | Updated title (optional) | |
| prompt | No | Updated AI prompt text (optional) | |
| description | No | Updated description (optional) | |
| imageBase64 | No | Updated image as base64 string to upload to ImgBB (optional) | |
| thumbnailUrl | No | Updated direct thumbnail image URL (optional) |