Sandboxes API paths changed from /v2/sandboxes to /sandboxes, auth removed
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 /v2/sandboxes/* to /sandboxes/*, which is a breaking path change for any client hardcoding the versioned prefix. Additionally, security definitions (bearer token auth) and tags have been stripped from all sandbox operations, and operationId values have been renamed (e.g. listSandboxes → getSandboxes, readSessionFile → createSandboxesSessionsBySessionIdFsRead). The teamId and slug query parameters have also been removed from all sandbox endpoints, breaking any team-scoped requests. A new 429 (rate limit) response code has been added across many endpoints.