execute PUT /api/accounts/{accountId} with filled data in body
{
"id": 15,
"address": "my_new_address,
"email": "my_new@gmail.com",
"name": "my_new_name",
"operatingName": "my_new_operating_name",
"phone": "43498923203"
}
Actual result:
{
"status": 400,
"detail": "An account name should be specified. An account address should be specified. A company email address or a contact phone number should be specified. A company email address or a contact phone number should be specified."
}
How to reproduce:
Actual result: