create

构造 ModifyScheduleApi

Parameters

channelId

日程子频道ID

scheduleId

日程ID

body

创建目标


fun create(channelId: String, scheduleId: String, schedule: Schedule): ModifyScheduleApi(source)

构造 ModifyScheduleApi

Parameters

channelId

日程子频道ID

scheduleId

日程ID

schedule

创建目标,会通过 toCreateBody 转化


构造 ModifyScheduleApi

Parameters

channelId

日程子频道ID

schedule

创建目标,会使用 Schedule.id 作为目标并通过 toCreateBody 转化