Learn R Programming

civis (version 3.0.0)

apps_put_releases_archive: Update the archive status of this object

Description

Update the archive status of this object

Usage

apps_put_releases_archive(id, slug, status)

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

id

integer required. The ID of the object.

slug

string required. The slug for the application.

status

boolean required. The desired archived status of the object.