Skip to content

Commit

Permalink
Merge branch 'main' into chore/ds-140
Browse files Browse the repository at this point in the history
  • Loading branch information
simotae14 committed Nov 28, 2022
2 parents 3e7d720 + 25bcd1c commit c31a334
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ module.exports = [
{
name: 'pagination[withCount]',
in: 'query',
description: 'Retun page/pageSize (default: true)',
description: 'Return page/pageSize (default: true)',
deprecated: false,
required: false,
schema: {
Expand Down Expand Up @@ -92,4 +92,14 @@ module.exports = [
},
style: 'deepObject',
},
{
name: 'locale',
in: 'query',
description: 'Locale to apply',
deprecated: false,
required: false,
schema: {
type: 'string',
},
},
];

0 comments on commit c31a334

Please sign in to comment.