Update the Decision Application features for a given organization
apps_put_features(slug, org, features)
A list containing the following elements:
string, The slug for the application.
integer, The unique id of the application.
string, A word that describes an instance of this app.
string, The name of the application.
list, A list containing the following elements:
id integer, The unique id of the release.
appId integer, The id of the app the release belongs to.
reportTemplateId integer, ID of the report template for this release.
resources object, A hash of resources associated with this release.
archived string, The archival status of the requested item(s).
list, App features.
string required. The slug for the application.
string required. Organization.
list required. App features.