From b2196d4e144bb0fb71eaa07434eb94306678faf4 Mon Sep 17 00:00:00 2001 From: Loic Pagny <90603301+lpagnypubstack@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:01:50 +0100 Subject: [PATCH] params.apiKey set as string instead of boolean (#5702) --- dev-docs/modules/airgridRtdProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/airgridRtdProvider.md b/dev-docs/modules/airgridRtdProvider.md index d44922c3cd..836439812d 100644 --- a/dev-docs/modules/airgridRtdProvider.md +++ b/dev-docs/modules/airgridRtdProvider.md @@ -62,7 +62,7 @@ pbjs.setConfig( | :------------ | :------------ | :------------ |:------------ | | name | `String` | RTD sub module name | Always 'airgrid' | | waitForIt | `Boolean` | Wether to delay auction for module response | Optional. Defaults to false | -| params.apiKey | `Boolean` | Publisher partner specific API key | Required | +| params.apiKey | `String` | Publisher partner specific API key | Required | | params.accountId | `String` | Publisher partner specific account ID | Required | | params.publisherId | `String` | Publisher partner specific publisher ID | Required | | params.bidders | `Array` | Bidders with which to share segment information | Optional |