Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ updateIssue
Method
updateIssue
bin/GithubAPI.js:74–76 ·
view source on GitHub ↗
(issue, data)
Source
from the content-addressed store, hash-verified
72
}
73
74
async
updateIssue(issue, data) {
75
return
(
await
this.axios.patch(`/issues/${issue}`, data)).data;
76
}
77
78
async
closeIssue(issue) {
79
return
this.updateIssue(issue, {
Callers
2
closeIssue
Method · 0.95
reopenIssue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected