growsurf_update_campaign_design
Update GrowSurf program design sections like login copy and payout confirmation text. Pass only the fields to change, targeting a specific campaign ID or the default.
Instructions
Update the design configuration for your GrowSurf program, including participant sign-in copy under login and payout-destination confirmation page copy under payoutDestinationConfirmation. Only the fields you send are changed; anything you leave out is untouched (arrays replace wholesale). Fetch the configuration first, preserve starter content unless the user asked to change it, then pass just the fields you want to change under fields. Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| campaignId | No | Target program (campaign) id for this call. Defaults to GROWSURF_CAMPAIGN_ID when omitted. Pass the `id` returned by growsurf_create_campaign to configure or operate a program you just created, without restarting the server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||