Update entities in a caseAsk AIpatch https://api.sikoia.com/v2/cases/{case_id}/entitiesUpdates existing companies and / or people in a case. All fields are optional, except for company_id or person_id; however, the request must include at least one field. To clear a field, simply send an empty string as the field value.Path Paramscase_idstringrequiredSikoia ID for the caseBody Paramscompaniesarray of objects | nullList of companies to updatecompaniesADD objectpersonsarray of objects | nullList of people to updatepersonsADD objectResponses 201Case with Updated Entities 400Invalid Request 401Unauthorized 404Case Not Found 429Too Many Requests 500Internal Server ErrorUpdated 2 months ago