Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit issue comments through CLI #554

Open
gsaslis opened this issue Sep 24, 2024 · 1 comment
Open

Edit issue comments through CLI #554

gsaslis opened this issue Sep 24, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@gsaslis
Copy link
Collaborator

gsaslis commented Sep 24, 2024

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 gsaslis converted this from a draft issue Sep 24, 2024
@gsaslis gsaslis added this to the v0.11 milestone Sep 24, 2024
@gsaslis gsaslis modified the milestones: v0.11, v0.12 Oct 1, 2024
@JChrist JChrist moved this from 📋 Up Next to 🏗 In Progress in Radicle Jetbrains Plugin Dec 9, 2024
@JChrist JChrist self-assigned this Dec 9, 2024
@JChrist
Copy link
Member

JChrist commented Dec 10, 2024

Disabled functionality for 0.12

@JChrist JChrist moved this from 🏗 In Progress to ✅ Done in Radicle Jetbrains Plugin Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants