Set Default Page
Set a page as your default page. The default page is shown when someone visits your profile URL (chatblocks.app/yourname).
POST /api/pages/:id/defaultAuthentication
Required. API key or browser session.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | The page ID to set as default |
Response
Status: 200 OK
{
"success": true
}Errors
| Status | Error | When |
|---|---|---|
| 401 | Not authenticated | Missing or invalid auth |
| 404 | Page not found | ID doesn’t exist or not owned by you |
Last updated on