Update Account Preferences
PATCH
/account/prefs
account
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://appwrite.io/v1/account/prefs' \
--header 'Content-Type: application/json' \
--data-raw '{
"prefs": {}
}'
Response Response Example
{
"$id": "string",
"email": "string",
"emailVerification": true,
"name": "string",
"passwordUpdate": 0,
"prefs": {},
"registration": 0,
"status": 0
}
Request
Body Params application/json
Responses
Modified at 2023-08-16 07:28:13