UpdateReportTemplate
Updates an existing report template using the list of fields specified in `update_mask`.
PATCH
/
api
/v1
/report-templates
Request Body
application/json
RequiredThe request for a call to ReportTemplateService_UpdateReportTemplate
to update a report template. When updating
tags or rules, the update will perform a full replace. Additionally, when updating rules, only the rule ID or the rule client key
is required, but it is okay to provide both. If some rules contain only client keys and others only rule IDs, they will be consolidated.
reportTemplate
Requiredobject
updateMask
Requiredstring
The list of fields to be updated. The fields available to be updated are name
, archived_date
, description
, tags
, and rules
.
A successful response.