Customers Controller
Update customer
Update customer
patch/customers
Request body
Example request
{
"customerEmail": "customer@example.com",
"emailValid": true
}Response
Customer updated successfully
Example response
{
"id": 1,
"customerEmail": "customer@example.com",
"emailValidationStatus": "UNKNOWN"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.