mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
15 lines
404 B
YAML
15 lines
404 B
YAML
BTRules:
|
|
properties:
|
|
data_key:
|
|
description: 'The key to search'
|
|
type: string
|
|
example: 'description,amount'
|
|
operator:
|
|
description: 'The operator flag of the search'
|
|
type: string
|
|
example: '>'
|
|
value:
|
|
description: 'The value to search for'
|
|
type: string
|
|
example: bob
|
|
type: object |