Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| commentId | mustache | Comment ID. | Sim |
| content | mustache | Updated content. | Não |
| authorName | mustache | Updated author name. | Não |
| authorEmail | mustache | Updated author email. | Não |
| authorUrl | mustache | Updated author URL. | Não |
| status | string | Updated comment status. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |