Library Functions REST Endpoints

BML Util Library/Library Functions
Library Function endpoints aid in the creation and administration of the BML Util Library.
Create Util Library Function
Method: post
Path: /rest/v19/bml/library/functions
Debug Util Library Function
Method: post
Path: /rest/v19/bml/library/functions/actions/debug
Delete a Util Library Function
Method: delete
Path: /rest/v19/bml/library/functions/{namespace.variableName}
Delete Util Library Functions
Method: post
Path: /rest/v19/bml/library/functions/actions/delete
Deploy Util Library Functions
Method: post
Path: /rest/v19/bml/library/functions/actions/deploy
Export Util Library Functions
Method: post
Path: /rest/v19/bml/library/functions/actions/export
Get a Util Library Function
Method: get
Path: /rest/v19/bml/library/functions/{namespace.variableName}
Get All Deployed Util Library Functions
Method: get
Path: /rest/v19/bml/deployed/library/functions
Get All Util Library Functions
Method: get
Path: /rest/v19/bml/library/functions
Get Dependent Attributes of Util Library Function
Method: post
Path: /rest/v19/bml/library/functions/actions/dependentAttributes
Get Util Library Folders
Method: get
Path: /rest/v19/bml/library/folders
Override a Util Library Function
Method: post
Path: /rest/v19/bml/library/functions/{namespace.variableName}/actions/override
Remove Override Util Library Function
Method: post
Path: /rest/v19/bml/library/functions/{namespace.variableName}/actions/removeOverride
Update a Util Library Function
Method: patch
Path: /rest/v19/bml/library/functions/{namespace.variableName}
Validate Util Library Function
Method: post
Path: /rest/v19/bml/library/functions/actions/validate