Data api comments reply - movabletype/Documentation GitHub Wiki

Comments: reply

Reply to specified comment.

Authorization is required.

Request

HTTP Request

This method accepts POST only.

POST https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/comments/{comment_id}/replies

Parameters

Method Parameters

Parameter Type Description
blog_id unsigned integer The blog ID.
comment_id unsigned integer The comment ID.

Query Parameters

Not available.

Request Body

Parameter Type Description
comment Comments (JSON) A Comments resource for reply comment.

Response

If successful, this method will return an Comments resource as the response body.

Status Code

Code Description
200 no error
403 Do not have permission to retrieve the requested comment.
404 Comment (or site) not found
⚠️ **GitHub.com Fallback** ⚠️