Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Upsert CTWA conversion rule for slot 1–10

PUT/v1/ctwa/conversion-rules/{slot}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
slotinteger<int64>required
min 1 · max 10
Request body
requiredapplication/json
configanyrequired
enabledbooleanrequired
meta_event_namestringrequired
signal_typestringrequired
Responses
200OK
configanyrequired
created_atstring
enabledbooleanrequired
idstringrequired
meta_event_namestringrequired
signal_typestringrequired
slotinteger<int64>required
updated_atstring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X PUT "/v1/ctwa/conversion-rules/0" \
  -H "Content-Type: application/json" \
  -d '{
  "config": "string",
  "enabled": true,
  "meta_event_name": "string",
  "signal_type": "string"
}'
Response
{
  "config": "string",
  "created_at": "string",
  "enabled": true,
  "id": "string",
  "meta_event_name": "string",
  "signal_type": "string",
  "slot": 0,
  "updated_at": "string"
}