Skip to content

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.

UpdateBindingInput

UpdateBindingTarget

Promise<At4dxBindingWriteResult>

See the error codes in BindingWriteErrorCode.