Update ad rule

PUT https://us-central1-appgregator.cloudfunctions.net/facebook/adrules/

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

fbads-01

rule_id*

String

23852206730700549

Headers

Name
Type
Description

x-api-key*

String

U2Fsd...

{
    "success": true
}
Body JSON
{
  "status": "ENABLED"
}
curl --location --request PUT 'https://us-central1-appgregator.cloudfunctions.net/facebook/adrules?name=ft-4&connection_name=fbads-01&rule_id=23852206730700549' \
--header 'x-api-key: U2Fsd...' \
--header 'Content-Type: application/json' \
--data-raw '{
  "status": "ENABLED"
}'

Last updated