Open Context Protocol is live! 🚀 Read the launch post

setColumns

Set columns

PUT /rest/api/3/filter/{id}/columns HTTP/1.1

Parameters

{
  "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

{}