Endpoint
Overview
This endpoint allows you to update your full SlowNet site configuration in one request. It upserts your bio, avatar URL, theme, location, mood, and manages your profile content blocks (adding, updating, deleting as needed).Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header:
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
bio | string | optional | Your site’s bio or description. |
avatar_url | string | optional | URL to your avatar image. |
theme_id | string | optional | Selected theme ID. If blank, custom_theme will be used. |
custom_theme | object | optional | Custom theme settings (if not using a preset theme). |
display_name | string | optional | Your SlowNet site display name. |
location | string | optional | Location to display on your site. |
mood | string | optional | Mood emoji or string to show on your profile. |
blocks | array | optional | List of content blocks to add/update, in order by position. |
Block object
Each block can look like:id is not provided, a new UUID will be created.