Takaisin WordPress -kohtaan
Yhdistä Knoon AI kohteen WordPress kanssa automatisoidaksesi AI-työnkulut.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| commentId | mustache | Comment ID. | Kyllä |
| content | mustache | Updated content. | Ei |
| authorName | mustache | Updated author name. | Ei |
| authorEmail | mustache | Updated author email. | Ei |
| authorUrl | mustache | Updated author URL. | Ei |
| status | string | Updated comment status. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |