ย้อนกลับไปยัง WordPress
เชื่อมต่อ Knoon AI กับ WordPress เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ 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. |