| match_targets_put_archive {civis} | R Documentation | 
Update the archive status of this object
Description
Update the archive status of this object
Usage
match_targets_put_archive(id, status)
Arguments
| id | integer required. The ID of the object. | 
| status | boolean required. The desired archived status of the object. | 
Value
A list containing the following elements:
| id | integer, The ID of the match target | 
| name | string, The name of the match target | 
| targetFileName | string, The name of the target file | 
| createdAt | string, | 
| updatedAt | string, | 
| archived | boolean, Whether the match target has been archived. | 
[Package civis version 3.1.2 Index]