improved
Edit `closed_at` on Claims
5 months ago by Miles Tinsley
You can now modify closed_at
on closed claims. The default value is a timestamp that gets set automatically upon setting status
to "closed" (either via the API or as a user via the UI). However you can now override this with another value for closed_at
, which will be given precedence if provided.
Bear in mind that changing the closed_at
date will influence the claim_duration
calculation.
Learn More
View the Claim object definition and endpoints for more info.