mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
15 lines
417 B
YAML
15 lines
417 B
YAML
|
|
GenericBulkAction:
|
|
properties:
|
|
action:
|
|
type: string
|
|
example: archive
|
|
description: 'The action to perform ie. archive / restore / delete'
|
|
ids:
|
|
type: array
|
|
items:
|
|
format: string
|
|
type: string
|
|
example: 2J234DFA,D2J234DFA,D2J234DFA
|
|
description: string array of client hashed ids
|
|
type: object |