Zurück zu WordPress
Verbinde Knoon AI mit WordPress, um KI-Workflows zu automatisieren.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| commentId | mustache | Comment ID. | Ja |
| content | mustache | Updated content. | Nein |
| authorName | mustache | Updated author name. | Nein |
| authorEmail | mustache | Updated author email. | Nein |
| authorUrl | mustache | Updated author URL. | Nein |
| status | string | Updated comment status. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |