Update user preferences
curl --request PATCH \
--url http://localhost:3001/v1/user-preferences/{userId} \
--header 'Content-Type: application/json' \
--data '
{
"fontSize": "<string>",
"density": "<string>",
"reducedMotion": true,
"highContrast": true
}
'{
"id": "<string>",
"organizationId": "<string>",
"userId": "<string>",
"fontSize": "<string>",
"density": "<string>",
"reducedMotion": true,
"highContrast": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}โ๏ธ Settings & Access
Update user preferences
PATCH
/
v1
/
user-preferences
/
{userId}
Update user preferences
curl --request PATCH \
--url http://localhost:3001/v1/user-preferences/{userId} \
--header 'Content-Type: application/json' \
--data '
{
"fontSize": "<string>",
"density": "<string>",
"reducedMotion": true,
"highContrast": true
}
'{
"id": "<string>",
"organizationId": "<string>",
"userId": "<string>",
"fontSize": "<string>",
"density": "<string>",
"reducedMotion": true,
"highContrast": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
โI
