updateBinding
updateBinding(
input,target):Promise<At4dxBindingWriteResult>
Defined in: packages/simply-aep-core/src/at4dxWrite.ts:396
Updates an existing Application Factory binding record: locates it by DeveloperName (within the
same bindingType), merges in only the fields input actually sets, re-validates the result, then
rewrites (and optionally deploys) the .md-meta.xml.
See docs/design/0015-at4dx-binding-validate-create-set.md for the full behavior contract.
Parameters
Section titled “Parameters”target
Section titled “target”Returns
Section titled “Returns”Promise<At4dxBindingWriteResult>
Throws
Section titled “Throws”See the error codes in BindingWriteErrorCode.