Handbook
Glossary
update-issue-comment-by-id ( json owner repo comment-id -- json )
Vocabulary
github
Inputs
json
an
object
owner
an
object
repo
an
object
comment-id
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
update-issue-comment-by-id
( json owner repo comment-id -- json )
"/repos/%s/%s/issues/comments/%s"
sprintf
github-patch
;