setColumns
Set columns
Details
- Method:
PUT - Path:
/rest/api/3/filter/{id}/columns - Operation ID:
setColumns
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
{}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('setColumns', {
# Add required parameters here
})