Security Update: Can only POST/PUT exposed columns
columns definition on a rest resource previously only specified the columns to return in GET
requests. It now limits the columns which can be set via POST
/PUT
requests.
columns definition on a rest resource previously only specified the columns to return in GET
requests. It now limits the columns which can be set via POST
/PUT
requests.