We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c0c68 commit 6ececddCopy full SHA for 6ececdd
packages/generative-experiences-api-client/src/client.ts
@@ -376,8 +376,7 @@ export function createClient(opts: CreateClientOptions) {
376
body: {
377
index_name: this.options.indexName,
378
output_application_id: this.options.appId,
379
- // replace with searchOnly Key after BE patch
380
- output_api_key: this.options.writeAPIKey,
+ output_api_key: this.options.searchOnlyAPIKey,
381
output_index_name: this._outputIndexName(),
382
object_ids: objectIDs,
383
vote_type: voteType,
0 commit comments