Tilbage til WordPress
Forbind Knoon AI med WordPress for at automatisere AI-arbejdsgange.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| commentId | mustache | Comment ID. | Ja |
| content | mustache | Updated content. | Nej |
| authorName | mustache | Updated author name. | Nej |
| authorEmail | mustache | Updated author email. | Nej |
| authorUrl | mustache | Updated author URL. | Nej |
| status | string | Updated comment status. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |