العودة إلى WordPress
اتصل بـ Knoon AI مع WordPress لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |