I want to use the REST api to attach a file to the native_file property of an object, for example a CAD Document.
I can PATCH regular properties in and it takes it, but wont assign the native_file.
take a PATCH to /CAD('<id>')
{
}
returns 200 success, but does not set the property.