Memory & Sync
confirmCloudUpdates
Confirm Cloud Updates Ingested
Confirm that the reconciliation draft from pullCloudUpdates has been written back, so the watermark advances and the next pull is incremental.
Arguments
repostringrequiredThe repository whose pull is being confirmed, as owner/name: must match the repo from the prior pullCloudUpdates call.lastMergedPrNumberintegerrequiredThe pendingWatermark value from the prior pullCloudUpdates response: the highest merged PR number being marked ingested.
Returns
The registry does not declare a return shape.
Declared limits
lastMergedPrNumber: minimum 0lastMergedPrNumber: maximum 9007199254740991
Ask for it
The Cloud routes these requests to this verb.
- confirm the sync
- mark these PRs ingested
- advance the freshness watermark
Pair it with
The verbs that finish the job.