v1
latestOpenAPI 3.1.02026-08-064323122.5 KBMember Account
Partially update an account
Partially update an account using accountId. Only non-null fields in the request will be updated. This is optimized for small, incremental changes.
patch/api/v2/accounts/{accountId}
Path parameters
accountIdstring required
Request body
Example request
{
"firstName": "John",
"lastName": "Wick",
"contact": {
"country": "DE"
}
}Response
No Content