pages

Update Calibration

Set or update a page's calibration; recompute affected measurements.

Atomic: writes scale_ratio + calibration columns and recomputes every linear/area measurement on the page in a single transaction. Returns the updated page detail and the count of recomputed measurements.

accepted_suggestion marks the write as an accepted detector read, the only thing that tells it apart from hand calibration; it is rejected 422 page_calibration_reduced_print_needs_confirmation on a reduced print unless confirm_reduced_print overrides (RUD-482, ADR-0152).

Per docs/superpowers/specs/2026-05-07-calibration-design.md §4.1, §4.3.

patch/api/v1/pages/{page_id}/calibration

Path parameters

page_idstring uuid required

Request body

revision_set_idstring uuid nullable required
accepted_suggestionboolean
confirm_reduced_printboolean

Response

Successful Response

recomputed_measurement_countinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.