When setting OGS using bulk, "null" is returned when all cases are updated successfully.
However, when one or more cases fail to update, the response is correct.
Is this a known issue?
Hi @eirik.yksnoy ,
Thanks for reaching out!
Yes, this behavior is expected. When the bulk operation is successfully completed for all caseSystemIds provided in the request, the API returns an HTTP 204 (No Content) response.
However, if one or more caseSystemIds fail during the bulk operation, the API returns a response containing a summary of the bulk request along with detailed error information for each failed case, enabling to identify and address the specific failures.
Thanks
Sai