UpdateCampaign
Updates an existing campaign using the list of fields specified in `update_mask`.
PATCH
/
api
/v1
/campaigns
Request Body
application/json
RequiredThe request for a call to CampaignService_UpdateCampaign
to update a campaign. When updating
tags or rules, the update will perform a full replace. Additionally, when updating rules, only the rule ID or the rule client key
is required, but it is okay to provide both. If some rules contain only client keys and others only rule IDs, they will be consolidated.
campaign
Requiredobject
updateMask
Requiredstring
The list of fields to be updated. The fields available to be updated are name
, archived_date
, description
, tags
, and reports
.
A successful response.