File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
specs/ingestion/common/schemas
tests/CTS/requests/ingestion Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ TransformationSearch:
77
77
type : object
78
78
additionalProperties : false
79
79
properties :
80
- transformationsIDs :
80
+ transformationIDs :
81
81
type : array
82
82
items :
83
83
$ref : ' ./common.yml#/transformationID'
Original file line number Diff line number Diff line change 2
2
{
3
3
"testName" : " searchTransformations" ,
4
4
"parameters" : {
5
- "transformationsIDs " : [
5
+ "transformationIDs " : [
6
6
" 6c02aeb1-775e-418e-870b-1faccd4b2c0f" ,
7
7
" 947ac9c4-7e58-4c87-b1e7-14a68e99699a" ,
8
8
" 76ab4c2a-ce17-496f-b7a6-506dc59ee498"
12
12
"path" : " /1/transformations/search" ,
13
13
"method" : " POST" ,
14
14
"body" : {
15
- "transformationsIDs " : [
15
+ "transformationIDs " : [
16
16
" 6c02aeb1-775e-418e-870b-1faccd4b2c0f" ,
17
17
" 947ac9c4-7e58-4c87-b1e7-14a68e99699a" ,
18
18
" 76ab4c2a-ce17-496f-b7a6-506dc59ee498"
You can’t perform that action at this time.
0 commit comments