-
Notifications
You must be signed in to change notification settings - Fork 9
Data api comments reply
Yuji Takayama edited this page Jul 10, 2013
·
1 revision
Reply to specified comment.
Authorization is required.
This method accepts POST only.
POST https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/comments/{comment_id}/replies
| Parameter | Type | Description |
|---|---|---|
| blog_id | unsigned integer | The blog ID. |
| comment_id | unsigned integer | The comment ID. |
Not available.
| Parameter | Type | Description |
|---|---|---|
| comment | Comments (JSON) | A Comments resource for reply comment. |
If successful, this method will return an Comments resource as the response body.
| Code | Description |
|---|---|
| 200 | no error |
| 403 | Do not have permission to retrieve the requested comment. |
| 404 | Comment (or site) not found |