Wróć do WordPress
Połącz Knoon AI z WordPress, aby zautomatyzować przepływy pracy AI.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| commentId | mustache | Comment ID. | Tak |
| content | mustache | Updated content. | Nie |
| authorName | mustache | Updated author name. | Nie |
| authorEmail | mustache | Updated author email. | Nie |
| authorUrl | mustache | Updated author URL. | Nie |
| status | string | Updated comment status. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |