update-issue-comment-by-id ( json owner repo comment-id -- json )


Vocabulary
github

Inputs
jsonan object
owneran object
repoan object
comment-idan object


Outputs
jsonan object


Definition


: update-issue-comment-by-id
( json owner repo comment-id -- json )
"/repos/%s/%s/issues/comments/%s" sprintf github-patch ;