Email preference type is define in /shared/enum.ts
Request
Body Params application/json
{
"name": "new name",
"gender": 1,
"emailPreferences": [
{
"type": 1
}
]
}
Request Code Samples
curl --location --request PUT 'https://api.qrent.rent/users/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "new name",
"gender": 1,
"emailPreferences": [
{
"type": 1
}
]
}'
Responses
application/json Modified at 2025-07-30 05:24:01