Feature Details
Custom WebAPIs - save files into ADAM
let app-specific WebAPIs use ADAM to save attachments
This allows custom WebAPI implementations to save files / attachments to ADAM using the command SaveInAdam(...).
Otherwise, SaveInAdam(...) will be refused, and custom WebAPIs trying to do this (like Mobius forms with Upload) will throw an error.
Manual / Docs