Authorizations
API key authentication
Path Parameters
Body
application/json
Response
Updated campaign data
import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voicev1.campaigns.data.update('dataId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
  campaignId: 'campaignId',
});import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voicev1.campaigns.data.update('dataId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
  campaignId: 'campaignId',
});API key authentication
Updated campaign data