Replays list response wrapped in a `data` envelope object
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The 200 response schema for the replays list endpoint changed from a top-level array to an object with a required data property containing that array. Clients that currently index directly into the response array (e.g. response[0]) will break and must be updated to response.data[0]. A second, similar wrapping change is visible for the individual replay response schema as well.