修改指定活动信息
接口
PUT /api/activity/:id授权
Authorization: Bearer <accessToken>
Content-Type: application/json参数
请求样例
响应样例200
最后更新于
这有帮助吗?
这有帮助吗?
{
"name": "直播测试",
"startedAt": "2016-11-08T12:00:00.000Z",
"endedAt": "2016-11-08T13:00:00.000Z",
"isArchived": true,
"subagentIds": [1, 2]
}{
"result": true
}