插入或更新憑據族覆蓋項
PUT /v1/credentials/families/:id:將單個提供商族的覆蓋項寫入 `~/.minara/credentials.json` 的 `dataSources` 槽位。
PUT /v1/credentials/families/:id
將單個提供商族的覆蓋項寫入 ~/.minara/credentials.json 的 dataSources 槽位,使用原子操作和文件鎖。絕不會修改 .env 文件。
| 方法 | PUT |
| 路徑 | /v1/credentials/families/:id |
| 認證 | 需要 Authorization: Bearer <token> |
| 類別 | preferences |
請求體
{ "fields": { "COINGECKO_API_KEY": "cg-...", "GLASSNODE_API_KEY": "" } }