URLs
POST api/v1/users/{authorid}/statuses/{parentmessageid}/replies.xml (or .json)
CREATE a reply to a status message by user id.
POST api/v1/users/{authorname}/statuses/{parentmessageid}/replies.xml (or .json)
CREATE a reply to a status message by username.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ParentMessageId |
string |
Parent Message Id |
是 |
||
AuthorId |
int? |
Either AuthorId or AuthorName is required. |
否 |
||
AuthorName |
string |
Either AuthorId or AuthorName is required. |
否 |
||
MessageBody |
string |
Message Body |
是 |