Edit a feed post
update_postUpdate a post on an Oase feed with new markdown body content. Provide the post_id and new body; optionally adjust the title or oase_id.
Instructions
Edit a post (opslag) on an oase's feed, replacing its body (and optionally its title) with new markdown. Get the post_id from send_post or read_posts output. Omit oase_id to use the default (last joined) oase. If you omit title, the post's current title is kept; pass title to change it (pass an empty string to clear it). Any attachments on the post are kept as-is. You can edit your own post; editing someone else's requires being an oase admin/owner. The post must be in the recent feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The new post body (markdown supported). | |
| title | No | New title/headline. Omit to keep the current title; empty string clears it. | |
| oase_id | No | Target oase id. Defaults to the last joined oase. | |
| post_id | Yes | Id of the post to edit. |