WordPress öğesine geri dön
Knoon AI'yi WordPress ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing comment.
wordpressXmlRpcDefaultDefaultUpdateComment
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| commentId | mustache | Comment ID. | Evet |
| content | mustache | Updated content. | Hayır |
| authorName | mustache | Updated author name. | Hayır |
| authorEmail | mustache | Updated author email. | Hayır |
| authorUrl | mustache | Updated author URL. | Hayır |
| status | string | Updated comment status. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |