From d94c4af1bec8cc7c482735f4c8424092179aae81 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 4 Feb 2025 21:41:03 +0100 Subject: [PATCH] Document that only Digikey API v3 is supported (#858) --- docs/usage/information_provider_system.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/information_provider_system.md b/docs/usage/information_provider_system.md index a6102d6c..1b6f88b6 100644 --- a/docs/usage/information_provider_system.md +++ b/docs/usage/information_provider_system.md @@ -127,6 +127,9 @@ You must create an organization there and create a "Production app". Most settin grant access to the "Product Information" API. You will get a Client ID and a Client Secret, which you have to put in the Part-DB env configuration (see below). +**Attention**: Currently only the "Product Information V3 (Deprecated)" is supported by Part-DB. +Using "Product Information V4" will not work. + The following env configuration options are available: * `PROVIDER_DIGIKEY_CLIENT_ID`: The client ID you got from Digi-Key (mandatory)