Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.example.com/me \ --header 'Content-Type: application/json' \ --data ' { "account": { "name": "<string>", "email": "<string>", "phonenumber": "<string>" }, "accountPortals": [ { "emailDailySummary": true, "portalId": 123, "accountId": 123 } ] } '
The profile data to update (only non-null fields will be updated).
Show child attributes
OK