setColumns
Set columns
PUT /rest/api/3/filter/{id}/columns HTTP/1.1Parameters
{
"id": {
"description": "The ID of the filter.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"columns": {
"description": "",
"required": false,
"location": "body",
"type": "array"
}
}Response Schema
{}