From 19b2b0cdcb47a71aa5837f1c833595fc6d6f361e Mon Sep 17 00:00:00 2001 From: Marcos Martini Date: Mon, 2 Dec 2024 15:32:36 +1000 Subject: [PATCH] Update public spec URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",