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 11, 2024
1 parent 1935e57 commit e243954
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,11 @@ components:
type: object
description: A query request filter.
properties:
filters:
type: array
description: Operational filters such as AND or OR.
items:
$ref: '#/components/schemas/Filter'
key:
type: string
description: The filter key. Ignored if filter is AND or OR.
Expand Down Expand Up @@ -1929,13 +1934,9 @@ components:
format: int64
- type: integer
format: int64
- type: array
items:
$ref: '#/components/schemas/Filter'
required:
- key
- operator
- value
IncludeExclude:
type: object
properties:
Expand Down

0 comments on commit e243954

Please sign in to comment.