Update the Decision Application features for a given organization

apps_put_features(slug, org, features)

Arguments

slug

string required. The slug for the application.

org

string required. Organization.

features

list required. App features.

Value

A list containing the following elements:

slug

string, The slug for the application.

id

integer, The unique id of the application.

instanceName

string, A word that describes an instance of this app.

name

string, The name of the application.

currentRelease

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).

features

list, App features.