文章 Create Reply Message REST 端点

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