Edit my SmartSite (name, bio, background)
swop_update_my_smartsiteEdit the linked account's SmartSite: display name, bio, and appearance (background color, a gradient of hex stops, a background image URL, theme/font color, font family, or header layout). Pass only what you want to change. For adding links/buttons/info bars use swop_add_link; for products use swop_create_product / swop_feature_product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | New bio text | |
| name | No | New display name | |
| fontColor | No | Primary font hex color | |
| fontFamily | No | Font family name | |
| themeColor | No | Accent/theme hex color | |
| smartsiteId | No | Specific SmartSite id (default: primary) | |
| headerFormat | No | Header layout style | |
| backgroundImg | No | Background/wallpaper image URL | |
| backgroundColor | No | Solid background hex, e.g. "#0b0b0f" | |
| backgroundGradient | No | Gradient hex stops, e.g. ["#5b3df5","#0b0b0f"] (clears the solid color) |