refresh=true クエリパラメータで強制的にGitHubから最新情報を取得しキャッシュを更新することも可能です。curl --location --request GET '/repos/octocat/Hello-World/pulls/42?refresh=false'{
"success": true,
"data": {
"prNumber": 42,
"repositoryFullName": "acme/widgets",
"githubPrUrl": "https://github.com/acme/widgets/pull/42",
"title": "feat: add new widget",
"authorLogin": "alice",
"githubPrCreatedAt": "2025-06-04T12:34:56Z"
}
}