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

Edit patch comment through CLI

Open gsaslis opened this issue 5 months ago • 0 comments

Edit patch comment (HTTPD)
curl --location --request PATCH 'http://localhost:8080/api/v1/projects/rad:zzvuM1U8E3eSJswMg13YuatjKiU7/patches/7ce31bd37ec8c57ba18bb42e9d6936f6c8bdcce3' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer SgaAu5c7c7wTfEAa8S1UVb9p8rsk42Dm' \
--data '{"body":"test1","type":"revision.comment.edit","comment":"21cf5c67d59836e52cfae070e8362c4d23e8511a","embeds":[],"revision":"01a5debc9b9756a56cd52f5f3b835f3579a70f0a"}'

Response:

{"success": true, "id": "e8281b8256490a307bd7bb3ba64c7fafefbf5ecd"}
Edit patch comment (CLI)

Action Required

  • We need a way to edit the patch comment

gsaslis avatar Sep 24 '24 08:09 gsaslis