Phabriactor Conduit API支持编辑评论/交易吗?

时间:2017-02-03 03:32:46

标签: phabricator

我遇到了一个项目,我必须开发一个工具来更新操作任务的注释。

我搜索了Phabricator Conduit API页面,但我只能找到用于应用新事务的API。

是否有任何API或解决方法来编辑评论/交易?

提前致谢。

1 个答案:

答案 0 :(得分:0)

您可以将maniphest.edit与事务类型为description一起使用,例如:

curl https://secure.phabricator.com/api/maniphest.edit \
    -d api.token=api-token \
    -d transactions[0][type]=description \
    -d transactions[0][value]=My%20new%20task%20description \
    -d objectIdentifier=1