Skip to content

Commit

Permalink
params.apiKey set as string instead of boolean (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpagnypubstack authored Nov 14, 2024
1 parent 5cb716f commit b2196d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/airgridRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b2196d4

Please sign in to comment.