Tilbake til WordPress
Koble til Knoon AI med WordPress for å automatisere AI-arbeidsflyter.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| commentId | mustache | Comment ID. | Ja |
| content | mustache | Updated content. | Nei |
| authorName | mustache | Updated author name. | Nei |
| authorEmail | mustache | Updated author email. | Nei |
| authorUrl | mustache | Updated author URL. | Nei |
| status | string | Updated comment status. | Nei |
Returer
| 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. |