WordPress に戻る
WordPress と Knoon AI を接続して AI ワークフローを自動化します。
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| commentId | mustache | Comment ID. | はい |
| content | mustache | Updated content. | いいえ |
| authorName | mustache | Updated author name. | いいえ |
| authorEmail | mustache | Updated author email. | いいえ |
| authorUrl | mustache | Updated author URL. | いいえ |
| status | string | Updated comment status. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |