Relink milestones whose GitHub sync never landed (POST)
POST
/cron/github-sync-repair
const url = 'https://example.com/api/cron/github-sync-repair';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/cron/github-sync-repairProtected by CRON_SECRET via the x-cron-secret header.
Responses
Section titled “ Responses ”Sweep result
Media type application/json
object
ok
required
boolean
Missing or invalid CRON_SECRET