{
"Action": "CreateIssueComment",
"ProjectName": "TestProjectDemo",
"IssueCode": 1,
"Content": "这个要配合测试",
"CommentId": 1
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=ModifyIssueComment' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "CreateIssueComment",
"ProjectName": "TestProjectDemo",
"IssueCode": 1,
"Content": "这个要配合测试",
"CommentId": 1
}'{
"Response": {
"RequestId": "string"
}
}