chore: add agent id filter to ADE agents [LET-6278] (#6339)
* chore: filter agents by agent id [LET-6277] * chore: add agent id filter to ADE agents [LET-6278] * update autogen files * update to fe implementation * update * translations * add autogenerated files
This commit is contained in:
committed by
Caren Thomas
parent
30ff204f85
commit
96ed4791ea
@@ -16287,6 +16287,23 @@
|
||||
}
|
||||
},
|
||||
"required": ["field", "operator", "value"]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"field": {
|
||||
"type": "string",
|
||||
"enum": ["agentId"]
|
||||
},
|
||||
"operator": {
|
||||
"type": "string",
|
||||
"enum": ["eq"]
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["field", "operator", "value"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user