Skip to Content
BlitzPulse docs are live. Looking for the app? Visit https://app.blitzglobalcapital.com.
Api ReferenceUser Preferences API

User Preferences API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

2 endpoints in this group.

GET /api/user-preferences/

Get User Preferences

Return the current user’s preferences, merged over defaults.

Responses

CodeDescription
200Successful Response

PATCH /api/user-preferences/

Patch User Preferences

Deep-merge the provided keys into the user’s JSONB prefs. Returns updated prefs.

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error