- November 9, 2020
Better handling of rss_opts for POST Campaigns
MarketingWhat
We fixed a bug in the POST Campaigns endpoint regarding invalid request body parameters for non-rss campaigns.
Why
We were receiving requests that were attempting to create non-
rss
type campaigns with anrss_opts
field. These requests were throwing exceptions and returning500
status codes to users. We now return a400
status code ifrss_opts
are provided for non-rss
type campaigns.