fix: swagger filter params
This commit is contained in:
		
							parent
							
								
									e596025bd4
								
							
						
					
					
						commit
						3d9a6ef76f
					
				@ -44,10 +44,14 @@ export default (collection: Collection) => {
 | 
			
		||||
      name: 'filter',
 | 
			
		||||
      in: 'query',
 | 
			
		||||
      description: 'filter items',
 | 
			
		||||
      content: {
 | 
			
		||||
        'application/json': {
 | 
			
		||||
          schema: {
 | 
			
		||||
            type: 'object',
 | 
			
		||||
          },
 | 
			
		||||
        },
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
    sort: {
 | 
			
		||||
      name: 'sort',
 | 
			
		||||
      in: 'query',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user