Updates a campaign group
PUT/campaign-groups/{id}
Updates a campaign group.
Privileges: campaign-detector.manage
Auditlog Event: campaign.detector.campaign.group.update
Errors:
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NOT_FOUND - campaign group not found
- BAD_REQUEST_BODY_FORMAT - Unable to decode request body
- INT_APP_ERROR - unexpected internal error / missing instance context
Validation Errors:
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_REQUIRED - The name is a required field and cannot be empty
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_TOO_LONG - The name cannot be longer than 60 characters
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_NOT_UNIQUE - The name is not unique
Request
Responses
- 200
- 404
- default
Campaign group updated
Campaign group not found
Unexpected error