You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the campaign is outOfBudget, the update request should be increasing the campaign's pricing.budget
if the campaign is expired, the update request should be increasing the campaign's endDate
Failing either of these conditions should return a 400.
Additionally, if a campaign is expired, outOfBudget, or canceled, submitting an update request that does not change the status (aka. is not a renewal) should probably return a 400.
When submitting a renewal request:
outOfBudget
, the update request should be increasing the campaign'spricing.budget
expired
, the update request should be increasing the campaign'sendDate
Failing either of these conditions should return a 400.
Additionally, if a campaign is
expired
,outOfBudget
, orcanceled
, submitting an update request that does not change the status (aka. is not a renewal) should probably return a 400.cc @sqmunson @howardengelhart
The text was updated successfully, but these errors were encountered: