v1
latestOpenAPI 3.1.02026-08-0413468163.9 KBv1-auth
Update My Profile
Update the current user's profile.
Currently supports updating:
- full_name: User's display name
Returns: Updated user profile
Example request body: { "full_name": "John Doe" }
Example response: { "user_id": "...", "email": "john@example.com", "full_name": "John Doe", "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-06T12:00:00Z" }
patch/v1/me
Request body
Response
Successful Response
object required