radicle-jetbrains-plugin icon indicating copy to clipboard operation
radicle-jetbrains-plugin copied to clipboard

Edit issue comments through CLI

Open gsaslis opened this issue 5 months ago • 0 comments

Edit issue comment (HTTPD)

curl --location --request PATCH 'http://localhost:8080/api/v1/projects/rad:zzvuM1U8E3eSJswMg13YuatjKiU7/issues/55632a18157b0c5c765314483576fa314d8c5868' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer SgaAu5c7c7wTfEAa8S1UVb9p8rsk42Dm' \
--data '{"body":"test2","type":"comment.edit","embeds":[],"replyTo":"55632a18157b0c5c765314483576fa314d8c5868","id":"c235f1ebbb131f0128a116ce8543b4dcccae921d"}'

Response:

{"success": true, "id": "056460374ceed578f42ef1cb0e2d707f35555c74"}

Action Required

  • We don't have a command to edit the issue comment

gsaslis avatar Sep 24 '24 07:09 gsaslis