[en] 63450 — TS-API PATCH endpoint generates 500 error if there are no modifications to data
[en] Fixed: PATCH endpoint {REST-API URL}/api/v1/ payee/tsapi/tabledata/{table} throws a 500 error if no data is modified.
[en] Reproduction Steps
[en] Update records in a table using this endpoint:
[en] PATCH {REST-API URL}/api/v1/payee/tsapi/tabledata/{table}
{
[en] public string[] selectedColumns = null;
[en] public object[,] rows;
[en] public object[,] oldRows;
[en] public bool[] overwrite;
}
[en] Set rows values to match oldrow values.
[en] Result: error occurs.