File tree Expand file tree Collapse file tree 4 files changed +35
-5
lines changed Expand file tree Collapse file tree 4 files changed +35
-5
lines changed Original file line number Diff line number Diff line change
1
+ type :
2
+ name : type
3
+ in : query
4
+ description : Whether to filter the list of transformations by the type of transformation.
5
+ required : false
6
+ schema :
7
+ $ref : ' ./schemas/transformation.yml#/TransformationType'
8
+
1
9
sort :
2
10
name : sort
3
11
in : query
Original file line number Diff line number Diff line change 14
14
- $ref : ' ../../common/parameters.yml#/page'
15
15
- $ref : ' ../../common/transformationParameters.yml#/sort'
16
16
- $ref : ' ../../common/parameters.yml#/order'
17
+ - $ref : ' ../../common/transformationParameters.yml#/type'
17
18
responses :
18
19
' 200 ' :
19
20
description : OK
Original file line number Diff line number Diff line change 5
5
"path" : " /1/transformations" ,
6
6
"method" : " GET"
7
7
}
8
+ },
9
+ {
10
+ "testName" : " list with every parameters" ,
11
+ "parameters" : {
12
+ "itemsPerPage" : 2 ,
13
+ "page" : 1 ,
14
+ "sort" : " createdAt" ,
15
+ "order" : " asc" ,
16
+ "type" :" noCode"
17
+ },
18
+ "request" : {
19
+ "path" : " /1/transformations" ,
20
+ "method" : " GET" ,
21
+ "queryParameters" : {
22
+ "itemsPerPage" : " 2" ,
23
+ "page" : " 1" ,
24
+ "sort" : " createdAt" ,
25
+ "order" : " asc" ,
26
+ "type" : " noCode"
27
+ }
28
+ }
8
29
}
9
30
]
Original file line number Diff line number Diff line change @@ -427,12 +427,12 @@ __metadata:
427
427
languageName : node
428
428
linkType : hard
429
429
430
- " @types/node@npm:22.18.0 " :
431
- version : 22.18.0
432
- resolution : " @types/node@npm:22.18.0 "
430
+ " @types/node@npm:22.18.1 " :
431
+ version : 22.18.1
432
+ resolution : " @types/node@npm:22.18.1 "
433
433
dependencies :
434
434
undici-types : " npm:~6.21.0"
435
- checksum : 10/c4e4cdac52aae71e120fb4a02a08f774366e8bd6654de9376fb1113fb66cfa2706176b72f188069cdecdb40e5cdde2befa031dc720a0cc0b1e349af9e38492ad
435
+ checksum : 10/da67f3c3fa4107fbca704e7a71fee36c27f3b6f44af1c466cd5c71eab76a9ffcd6a16f3b97d1e757b9763f1fa1085eebb60cb648c272e36794aca7305b2a15d9
436
436
languageName : node
437
437
linkType : hard
438
438
@@ -1022,7 +1022,7 @@ __metadata:
1022
1022
" @algolia/client-composition " : " link:../../../clients/algoliasearch-client-javascript/packages/client-composition"
1023
1023
" @algolia/composition " : " link:../../../clients/algoliasearch-client-javascript/packages/composition"
1024
1024
" @algolia/requester-testing " : " link:../../../clients/algoliasearch-client-javascript/packages/requester-testing"
1025
- " @types/node " : " npm:22.18.0 "
1025
+ " @types/node " : " npm:22.18.1 "
1026
1026
algoliasearch : " link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
1027
1027
typescript : " npm:5.9.2"
1028
1028
vitest : " npm:3.2.4"
You can’t perform that action at this time.
0 commit comments