PUT
/
api
/
workers
/
{workerId}
/
deployments
/
voicev1
/
{deploymentId}
/
campaigns
/
{campaignId}
/
data
/
{dataId}
curl --request PUT \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voicev1/{deploymentId}/campaigns/{campaignId}/data/{dataId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "status": "PENDING",
  "rowData": {},
  "result": {}
}'

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
deploymentId
string
required
campaignId
string
required
dataId
string
required

Body

application/json
status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED
rowData
object
result
object

Response

200
_mintlify/placeholder

Updated campaign data