radicle-jetbrains-plugin
radicle-jetbrains-plugin copied to clipboard
Add comment reaction through CLI
Add comment reaction (HTTPD)
curl --location --request PATCH 'http://localhost:8080/api/v1/projects/rad:zzvuM1U8E3eSJswMg13YuatjKiU7/issues/98a7b0dca39484eb0e0bd7dfba89e8295f29e3ef' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer SgaAu5c7c7wTfEAa8S1UVb9p8rsk42Dm' \
--data '{"active":true,"reaction":"👎","type":"comment.react","id":"d496e1c65c21f3ab0ec0c21eeaaf456ed3fe053e"}'
Response:
{"success":true,"id":"7c4d18d2a87575df85a8b74ce579e597de1e5f12"}
Add comment reaction (CLI)
rad issue react <issue-id> --emoji
Action Required
- We need a way to remove the reaction