Patch Remediation Variable
This API is used for updating a remediation parameter. Update API expects all parameters retrived via get API. Fields "variable_key" is read-only and can't be updated. Any missing non mandatory field in update request, will be set to default values.
Unique id, to indentify the parameter
Show optional properties
{
"description": "test variable",
"key": "testing",
"value": "123"
}
{
"key": "string",
"value": "string",
"description": "string"
}
Name of the remediation parameter
value associated with the key
description of the parameter
Created
{
"description": "test variable",
"key": "testing",
"value": "123"
}
Name of the remediation parameter
value associated with the key
description of the parameter
Invalid Request sent by the user
resouce not found
Internal server error