firestarter_update_market
Update a community market's buyer-facing display name, tagline, and discoverability. Pass at least one field to modify its public listing.
Instructions
Update a community market you own: its buyer-facing display_name, its tagline (the one-line 'what this community is about' shown on the join page and in firestarter_market_preview), and/or whether it appears in the public 'Discover communities' list (discoverable). Pass at least one field. Pass an empty string for display_name or tagline to CLEAR it. To change the vanity handle/URL use firestarter_set_market_handle; to change the recommended products use firestarter_set_market_picks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagline | No | One-line description shown under the name. Empty string clears it. | |
| program_id | Yes | The market/program id (from firestarter_create_market or firestarter_my_markets). | |
| discoverable | No | Whether this market appears in the public 'Discover communities' list (firestarter_discover_markets). | |
| display_name | No | Buyer-facing community name. Empty string clears it (buyers then see the owner org name). |