Update a caseAsk AIpatch https://api.sikoia.com/v2/cases/{case_id}Updates details for an existing case. While all fields are optional, the request must include at least one field. To clear a field, send an empty string as the field value.Path Paramscase_idstringrequiredSikoia ID for the caseBody Paramsnamestring | nullName of the casestagestring | nullenumThe stage of the caseApprovedNewInProgressWaitingCustomerInProgressNeedsReviewApprovedRejectedDormantAllowed:NewInProgressWaitingCustomerInProgressNeedsReviewApprovedRejectedDormantreferencestring | nullYour external reference for the casereference_customer_idstring | nullYour external reference for the ID of the customer the case belongs toreference_customer_namestring | nullYour external reference for the name of the customer the case belongs todescriptionstring | nullThe description of the casesourcestring | nullThe source of the case creation, this defaults to APIownerstring | nulldeprecatedThe current owner of the caseownershiparray of objects | nullThe list of owner model of the caseownershipADD objectResponses 200Updated Case 400Invalid Request 401Unauthorized 404Case Not Found 429Too Many Requests 500Internal Server ErrorUpdated 2 months ago