接口:保存任务
接口详情

保存任务

zodram api

POST

接口地址
正式环境(prod) https://zodream.cn/open/task/home/save
本地环境(dev) http://zodream.localhost/open/task/home/save
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
id 任务id 数字(number) 填则为修改
name 任务名 字符串(string)
description 说明 字符串(string)
every_time 每次执行时间 数字(number) 0 0 不会自动停止
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
id id 数字(number)
parent_id parent_id 数字(number)
name name 字符串(string)
description description 字符串(string)
status status 数字(number)
every_time every_time 数字(number)
time_length time_length 数字(number)
created_at created_at 字符串(string)
updated_at updated_at 字符串(string)
start_at start_at 数字(number)
返回示例