mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 07:07:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * @OA\Schema(
 | 
						|
 *   schema="BulkAction",
 | 
						|
 *   type="array",
 | 
						|
 *       @OA\Items(
 | 
						|
 *         	type="integer",
 | 
						|
 *          example="[0,1,2,3,]"
 | 
						|
 *          ),
 | 
						|
 * )
 | 
						|
 */
 |