Update target description
This operation updates the description of a target.
Request
Parameters |
---|
Updates the description of a target. The value is |
The ID of the target. |
The description to be set for the given target. |
{
"op": "update_target_description",
"target_id": 7583,
"description": "Internal test server"
}