MINARA

插入或更新憑據族覆蓋項

PUT /v1/credentials/families/:id:將單個提供商族的覆蓋項寫入 `~/.minara/credentials.json` 的 `dataSources` 槽位。

PUT /v1/credentials/families/:id

將單個提供商族的覆蓋項寫入 ~/.minara/credentials.jsondataSources 槽位,使用原子操作和文件鎖。絕不會修改 .env 文件。

方法PUT
路徑/v1/credentials/families/:id
認證需要 Authorization: Bearer <token>
類別preferences

請求體

{ "fields": { "COINGECKO_API_KEY": "cg-...", "GLASSNODE_API_KEY": "" } }

本頁目錄