Skip to main content
PATCH
Update a campaign mailing

Authorizations

authorization
string
header
required

Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key

Path Parameters

campaign_mailing_id
string
required

UUID of the campaign mailing

Body

application/json
campaign_mailing
object

Only the fields supplied are changed.

Response

The updated campaign mailing's ID. If validation fails the response is still 200 but the body contains an errors array instead of data.

Returned with HTTP 200 in both the success and the validation-failure case. Check for the presence of errors.

data
object
errors
string[]

Validation messages, present only when the write failed