Tillbaka till WordPress
Anslut Knoon AI med WordPress för att automatisera AI-flöden.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| 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 |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |