GuideLab API

Update current user language preference

Sets the authenticated user's preferred UI language. Supported: en, es, it, zh.

PUT
/user/language

Sets the authenticated user's preferred UI language. Supported: en, es, it, zh.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/user/language" \  -H "Content-Type: application/json" \  -d '{    "language": "en"  }'
{  "success": true}
Empty
Empty