Accept Supplier Quote
Accept an inbound-agent-extracted SupplierQuote (PRO-113).
Clears every line_items[*].needs_review flag, flips quote.needs_human_review = False (HitL gate cleared), and stamps reviewed_at + reviewed_by. Idempotent — accepting an already-accepted quote re-stamps the reviewer fields but leaves the structured data untouched.
Re-mapping rows to different project parts is handled by the existing PATCH endpoint — admin corrects rows in-place THEN clicks Accept.
Path parameters
Request body
Body for POST /admin/supplier-quotes/{quote_id}/accept (PRO-113).
Body is currently empty — accept doesn't need any fields beyond the URL path id and the authenticated admin. Wrapped as a model so future additions (e.g. notes for the audit row) don't break the wire shape.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.