Can native_file id property be updated via REST?

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>')

{

    "[email protected]" : "52251F9581754C038AFB2B10227A72CA"
}
returns 200 success, but does not set the property.