Back to WordPress
Connect Knoon AI with WordPress to automate AI workflows.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| commentId | mustache | Comment ID. | Yes |
| content | mustache | Updated content. | No |
| authorName | mustache | Updated author name. | No |
| authorEmail | mustache | Updated author email. | No |
| authorUrl | mustache | Updated author URL. | No |
| status | string | Updated comment status. | No |
Returns
| Name | Type | Description |
|---|---|---|
| commentId | string | WordPress comment ID. |
| postId | string | Related post ID. |
| parentId | string | Parent comment ID. |
| status | string | Comment status. |
| type | string | Comment type. |
| url | string | Comment URL. |
| authorName | string | Author name. |
| authorEmail | string | Author email. |
| authorUrl | string | Author URL. |
| content | string | Rendered comment HTML. |
| createdAt | string | Comment datetime. |