Admin APIs
prisms

Recompute Prism Day

Re-run today's compute. Appends a new audit row that supersedes the day's earlier compute in the history view — the original stays on record — and updates the live public page plus last_refreshed_at. Past-day repairs are not allowed.

post/api/v1/admin/prisms/{prism_id}/computes/recompute

Path parameters

prism_idstring required

Request body

compute_datestring date required

Must be today (ET); past days are rejected

Response

Successful Response

idstring uuid required
prism_idstring uuid required
compute_datestring date required
computed_atstring date-time required
platform_published_atstring date-time nullable
triggerstring required
publishedboolean required
order_idstring nullable
framework_idstring nullable
total_pricenumber nullable
data_throughstring date nullable
window_startstring date nullable
window_endstring date nullable

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the optional property to the response with the status

      response-optional-property-added