@github-actions[bot]2w ago
OpenAPI Changelog (Production)
❌ Breaking changes
- ℹ️ POST /api/v3/tool_router/session/{session_id}/proxy_execute – the endpoint scheme security
workbench_access_keywas removed from the API
Removes the old DELETE /api/internal-dashboard/api-keys/{apiKeyId} endpoint (index.ts). This was replaced by POST .../revoke in #10235 but the old file wasn't deleted. The DELETE method was broken on Vercel because edge proxies strip DELETE request bodies.
Also supersedes #10232 which can be closed.
revoke.ts (POST /revoke) exists and handles API key revocation🤖 Generated with Claude Code