set_social_media_rules
Update a brand's social media content rules for a specific platform. Merge new settings into existing rules or replace them entirely.
Instructions
Update a brand's social media content rules for ONE platform. By default this MERGES your provided fields into the existing rules (send only what you want to change — other fields are preserved; arrays you provide replace the old array). Set replace=true to overwrite the entire platform ruleset. Valid platforms: linkedin, x/twitter, facebook, instagram, threads, general. Tip: call get_social_media_rules first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | Partial or full ruleset to apply. Only provide the fields you want to change when merging. | |
| brandId | No | Brand ID (uses active brand if omitted) | |
| replace | No | Overwrite the entire platform ruleset instead of merging. | |
| platform | Yes | The platform whose rules you want to update. |