Update quote status
PATCH
https://app.speybooks.com/api/v1/quotes/{id}/statusTransition a quote between lifecycle states. Valid target statuses are: draft, sent, accepted, declined. The API does not enforce specific transition rules beyond what the status enum allows — the client is responsible for valid transitions.
Triggers a QUOTE_STATUS_CHANGED audit log entry.
Path parameters
id string requiredBody parameters
status string requiredNew quote status.
draftsentaccepteddeclinedResponse
200 Quote status updated.
Show response fields
status stringError codes
404 Quote not found.