EricHohnbaum
1 year agoIdeator I
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>')
{
}
returns 200 success, but does not set the property.
I tried this old sample of mine and it worked fine:
If it works for you, please tell me which parts of the body are actually needed [emoticon:6d505171faa4497c85c5ca27290c555d].