文档
测试

修改日程配置

POST
/schedule/v1/modify

接口描述

修改日程配置

请求头

参数名
类型
描述
必填
ACCESSTOKEN
string
登录注册时返回的用户ppId
必填

请求参数

参数名
类型
描述
必填
id
long
日程条目id
必填
title
string
日程标题
必填
alertDate
string
提醒日期 格式:yyyy-MM-dd
必填
cycleSetType
string
重复类型 none-不重复 year-年 month-月 week-周 day-日
必填
cycleSetNum
int
重复天数
必填
topSet
int
是否置顶 0-是 1-否
必填
endFlag
int
是否有结束日期 0-是 1-否
必填
endDate
string
结束日期 格式:yyyy-MM-dd
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果码 1000-成功 非1000-未成功
必填
message
string
返回结果信息
必填