MCPcopy Create free account
hub / github.com/axios/axios / updateComment

Method updateComment

bin/GithubAPI.js:38–40  ·  view source on GitHub ↗
(id, body)

Source from the content-addressed store, hash-verified

36 }
37
38 async updateComment(id, body) {
39 return (await this.axios.patch(`/issues/comments/${id}`, {body})).data;
40 }
41
42 async appendLabels(issue, labels) {
43 return (await this.axios.post(`/issues/${issue}/labels`, {labels})).data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected