Request Body
All fields are optional.
New description (null to clear)
New event label (null to clear)
Replace capture parameter set
Toggle conversion tracking
Enable or disable the pixel
ISO datetime or null to clear expiry
Positive integer limit or null
Access
- Permission:
pixels:update
curl -X PATCH https://api.linquid.io/api/pixels/pixel_abc123 \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"enabled": false,
"firesLimit": 10000
}'
Common Errors
404: pixel not found in workspace