Atrás a WordPress
Conectar Knoon AI con WordPress para automatizar flujos de trabajo de AI.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| commentId | mustache | Comment ID. | Sí |
| content | mustache | Updated content. | No |
| authorName | mustache | Updated author name. | No |
| authorEmail | mustache | Updated author email. | No |
| authorUrl | mustache | Updated author URL. | No |
| status | string | Updated comment status. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |