APIAccount

Update account language

Updates the language preference for the authenticated user

Updates the language preference for the authenticated user

PATCH
/api/client/account/language

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

language*string

Language code (e.g., en, de, fr, es, etc.)

Response Body

curl -X PATCH "https://example.com/api/client/account/language" \  -H "Content-Type: application/json" \  -d '{    "language": "en"  }'
Empty
Empty
Empty
Empty