Kembali ke WordPress
Sambungkan Knoon AI dengan WordPress untuk mengotomatisasi alur kerja AI.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| commentId | mustache | Comment ID. | Ya |
| content | mustache | Updated content. | Tidak |
| authorName | mustache | Updated author name. | Tidak |
| authorEmail | mustache | Updated author email. | Tidak |
| authorUrl | mustache | Updated author URL. | Tidak |
| status | string | Updated comment status. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |