Skip to main content
POST
Recompute a report's data snapshot

Description

Refresh report data Draft-only. Recomposes dataSnapshot/dataHash from the report’s own (TenantUserId, periodStart..periodEnd) and bumps version. Narrative is untouched. Rejected with 409 Conflict once the report is finalized. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Report data refreshed.

Every /reports JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object