Sandboxes API paths renamed from /sandboxes to /v2/sandboxes
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
All sandbox-related endpoints have been moved from unversioned /sandboxes/* paths to /v2/sandboxes/* paths. Any client currently calling the old paths will get 404s. Additionally, operationId values were renamed (e.g. getSandboxes → listSandboxes, getSandboxesSnapshots → listSessionSnapshots, deleteSandboxesSnapshotsBySnapshotId → deleteSessionSnapshot, etc.), and bearerToken security is now required on all these endpoints (previously security: []).