Edit a post
vk_wall_editReplace the text or attachments of an existing VK wall post. Specify post ID and optionally the owner (negative for community).
Instructions
Replace the text or attachments of an existing post. owner_id is negative for a community. Editing overwrites the previous content, so pass the full new text rather than an addition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | New post text | |
| post_id | Yes | Post ID to edit | |
| owner_id | No | Wall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner. | |
| attachments | No | Comma-separated attachments |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether VK accepted the change |