跳到主要内容

汇总模式删除工作项工时

DELETE 

https://your-domain/openapi/v2/project/issues/:issueID/workLog/summary/timesSpent/:timesSpentID

汇总模式删除工作项工时

History

VersionChanges
v6.0.44Added in: v6.0.44

Request

Path Parameters

    issueID stringrequired

    工作项ID

    timesSpentID stringrequired

    工时ID

Query Parameters

    teamID stringrequired

    团队ID

Responses

请求成功

Schema

    result string

    本次请求结果,SUCCESS|FAIL

    errorCode string

    本次请求错误码

    errorMsg string

    本次请求错误信息

curl -L -X DELETE 'https://your-domain/openapi/v2/project/issues/:issueID/workLog/summary/timesSpent/:timesSpentID' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://your-domain/openapi/v2
Auth
Parameters
— pathrequired
— pathrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!