mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 06:17:33 -04: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 |