PUT Reports ID Parameters
The PUT /Reports/{id}/Parameters method is used to update the parameters for the built-in report with the specified report ID. Only some fields can be updated. This method returns HTTP 200 OK on a success with the details of the report parameters.
Table 650: PUT Reports {id} Parameters Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The Keyfactor Command reference ID of the built-in report the parameter is associated with. Use the GET /Reports method (see GET Reports) to retrieve a list of your built-in reports to determine the report ID to use. |
Id | Body |
Required. The Keyfactor Command reference ID of the report parameter. Use the GET /Reports/{id} (see GET Reports ID) to retrieve the details for the desired report to determine the parameter ID to use. |
DisplayName | Body |
A string containing the display name for the parameter (e.g. Evaluation Date (UTC)). Note: The DisplayName cannot be updated if the ParameterType is Templates.
|
Description | Body | A string containing the description for the parameter. |
DefaultValue | Body | A string containing the default value for the parameter. Tip: Default values that are integers are also stored as strings in this parameter. |
Table 651: PUT Reports {id} Parameters Response Data



Was this page helpful? Provide Feedback