phabricator_blog_post_edit
Edit an existing Phame blog post by updating its title, subtitle, body, visibility, blog, subscribers, or adding a comment.
Instructions
Edit an existing Phame blog post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectIdentifier | Yes | Post PHID or ID | |
| title | No | New post title | |
| subtitle | No | New post subtitle | |
| body | No | New post body content (supports Remarkup) | |
| visibility | No | Visibility: 0 (draft), 1 (published), 2 (archived) | |
| blogPHID | No | Move post to a different blog (PHID) | |
| addSubscriberPHIDs | No | Subscriber PHIDs to add | |
| removeSubscriberPHIDs | No | Subscriber PHIDs to remove | |
| comment | No | Add a comment alongside the edit (supports Remarkup) |