admin-supplier-quotes
Update Supplier Quote
Partial PATCH — edits the existing quote row in place.
To record a revised quote (e.g., supplier sent a new number), admin POSTs a new revision via the create endpoint instead — append-on- revision pattern preserves the audit trail (eng-review §1.6).
Re-stamps reviewed_at + reviewed_by on every PATCH so the audit reflects the latest admin touch.
patch/api/v1/admin/supplier-quotes/{quote_id}
Path parameters
quote_idstring uuid required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.