Story

修改需求 分享链接/book/api/put-stories-storyid-2170.html

作者:禅道团队最后编辑: 于 2026-01-12 16:42:00 浏览量:92
摘要:修改需求
PUT
/stories/:storyID

修改需求

请求URL

https://xxx.com/api.php/v2/stories/:storyID

请求头

名称 类型 必填 描述
token string 访问凭证Token

请求体

名称 类型 必填 描述
title string
pri int 优先级,默认是3
module int 所属模块
parent int 父需求
estimate float 预计工时
category int 类别(feature 功能 | interface 接口 | performance 性能 | safe 安全 | experience 体验 | improve 改进 | other 其他)
source string 来源(customer 客户 | user 用户 | po 产品经理 | market 市场 | service 客服 | operation 运营 | support 技术支持 | competitor 竞争对手 | partner 合作伙伴 | dev 开发人员 | tester 测试人员 | bug Bug | forum 论坛 | other 其他)
assignedTo string 指派给

请求示例

{
    "title": "智能照明的光敏单元设计",
    "pri": 3,
    "module": 0,
    "parent": 0,
    "estimate": 1,
    "category": "feature",
    "source": "customer",
    "assignedTo": "admin"
}

请求响应

名称 类型 描述
status string 状态(success 成功 | fail 失败)

响应示例

{
    "status": "success"
}
返回顶部
客服头像
杨苗
高级客户经理
客服微信
13165050229
2692096539
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。问题反馈反馈点击这里,让我们聆听您的建议与反馈。