Replace Monitored Topic Bindings on a Topic Campaign
Replaces the full set of Monitored Topics that a Topic campaign uses to collect relevant posts. Pass the full target list: topics in monitoredTopicIds that are not yet attached become attached (previously hidden bindings are reactivated automatically); topics currently attached but missing from monitoredTopicIds become detached. Pass [] to detach every topic. rejectAllPosts=true additionally rejects every pending-approval post on the campaign in the same call — this is a one-shot action on the pending queue, not persisted state on the campaign.
Authorizations
API Key for authentication
Path Parameters
Body
ID of the Topic campaign to update.
Full target list of Monitored Topic IDs that should remain attached after the call. This is an authoritative replace, not a delta: Monitored Topics not present in the list will be detached. Pass [] to detach all.
If true, all pending-approval posts on this campaign are rejected in the same call (one-shot action on the pending queue, not persisted state). Usually false; use only when the user explicitly asks to clear the approval queue.