Skip to content

创建项目活动记录 API

PathMethodCreated At
/api/projects/activities/{projectId}/createPOST2025-11-29 00:39:11

Request

KeyRuleDescription
projectIdstring,size:24项目不存在
titlestring,max:255活动标题不能为空,必须在255个字符以内
project_stagein:STARTED,PARTIALLY_DELIVERED,ALL_DELIVERED,IMPLEMENTED,INITIAL_ACCEPTANCE,FINAL_ACCEPTANCE项目阶段错误
contentstring,max:2000活动内容不能为空,必须在2000个字符以内
start_timedate_format:Y-m-d H:i:s开始时间格式错误
end_timedate_format:Y-m-d H:i:s结束时间格式错误
work_hoursnumeric,min:0工时必须为非负数值
participantsarray,min:1至少有一个参与人
attachmentsarray附件格式错误

Response

KeyTypeExampleComment