update_automation_algorithm
Update the JavaScript function body for an existing laut.fm automation algorithm by name to change how it processes tracks.
Instructions
Update the function used by an existing automation algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JavaScript function body, e.g. (function(tracks){return tracks.reverse()}) | |
| name | Yes | The automation algorithm name |