splitchAlpha

DocsAPIAPPROVAL_REQUEST_RESOLVED.md

APPROVAL_REQUEST_RESOLVED

HTTP status
409
Details payload
{ approvalRequestId: string, status: "applied" | "declined" | "stale", reviewId: string | null }

Remediation

Read details.status for the outcome; this request is resolved and cannot be reviewed again

Cause

A different Review already resolved this request.

Fix

Read details.status for the outcome: applied means the change is live and nothing further is needed, declined means it was rejected, stale means the target moved. details.reviewId names the Review that resolved it, or is null when the system resolved it without one.

Related codes