mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Add free-form filters to the query parameters
This commit is contained in:
parent
e6f1a0f44c
commit
095c8822c1
@ -81,4 +81,15 @@ module.exports = [
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'filters',
|
||||
in: 'query',
|
||||
description: 'Filters to apply',
|
||||
deprecated: false,
|
||||
required: false,
|
||||
schema: {
|
||||
type: 'object',
|
||||
},
|
||||
style: 'deepObject',
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user