Learn R Programming

civis (version 3.0.0)

apps_patch_releases: Update an existing Decision Application release

Description

Update an existing Decision Application release

Usage

apps_patch_releases(slug, id, report_template_id = NULL, resources = NULL)

Value

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

list, A hash of resources associated with this release.

archived

string, The archival status of the requested item(s).

Arguments

slug

string required. The slug for the application.

id

integer required. The unique id of the release.

report_template_id

integer optional. ID of the report template for this release.

resources

list optional. A hash of resources associated with this release.