Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2024
1 parent 842f70c commit 4aff216
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ components:
properties:
key:
type: string
description: The filter key.
description: The filter key. Ignored if filter is AND or OR.
operator:
type: string
description: A query request filter operator.
Expand All @@ -1901,6 +1901,8 @@ components:
- LTE
- IN
- NIN
- AND
- OR
value:
type: object
description: The filter value.
Expand All @@ -1927,6 +1929,9 @@ components:
format: int64
- type: integer
format: int64
- type: array
items:
$ref: '#/components/schemas/Filter'
required:
- key
- operator
Expand Down

0 comments on commit 4aff216

Please sign in to comment.