diff --git a/package.json b/package.json index 2192755..349f646 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:coverage": "vitest --coverage", "lint": "prettier --check .", "lint:fix": "prettier --write .", - "spec:update": "curl -o spec/kinde-mgmt-api-specs.yaml https://kinde.com/api/kinde-mgmt-api-specs.yaml", + "spec:update": "curl -o spec/kinde-mgmt-api-specs.yaml https://api-spec.kinde.com/kinde-combined-api-specs.yaml", "spec:generate": "npx @hey-api/openapi-ts@0.52.9" }, "module": "dist/kinde-management-api-js.cjs",