POST
/
tactic-update
Update Tactic
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/tactic-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
tacticId
string
required

ID of the tactic to update

budgetAllocation
object

Budget allocation updates

cpm
number

New cost per mille (CPM)

description
string

New description for the tactic

name
string

New name for the tactic

signalCost
number

New signal cost to add to base CPM

status
string

New status for the tactic

Response

Successful response

data
object
message
string
success
boolean