From 94bdad19f0f291334f1e0ac8b560485f48cdcb23 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Wed, 25 Jun 2025 23:33:50 -0700 Subject: [PATCH] doc: Update json-rpc-api categories due to updated RPC links --- .github/scripts/sync-rpc-cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sync-rpc-cmds.py b/.github/scripts/sync-rpc-cmds.py index 13d240575..b278ce47a 100644 --- a/.github/scripts/sync-rpc-cmds.py +++ b/.github/scripts/sync-rpc-cmds.py @@ -7,7 +7,7 @@ from enum import Enum # readme url URL = "https://dash.readme.com/api/v1" # category id for API reference -CATEGORY_ID = "63e4e160c60b2e001dd1cc4e" +CATEGORY_ID = "685ce4df1df887006ff221c5" CATEGORY_SLUG = "json-rpc-apis"