Skip to content

Commit b28941d

Browse files
committed
chore: cts
1 parent 2a2b41c commit b28941d

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

tests/CTS/requests/ingestion/createDestination.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{
3-
"testName": "createDestination",
43
"parameters": {
54
"type": "search",
65
"name": "destinationName",
@@ -21,5 +20,32 @@
2120
"authenticationID": "6c02aeb1-775e-418e-870b-1faccd4b2c0f"
2221
}
2322
}
23+
},
24+
{
25+
"testName": "with transformationIDs",
26+
"parameters": {
27+
"type": "search",
28+
"name": "destinationName",
29+
"input": {
30+
"indexPrefix": "prefix_"
31+
},
32+
"transformationIDs": [
33+
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
34+
]
35+
},
36+
"request": {
37+
"path": "/1/destinations",
38+
"method": "POST",
39+
"body": {
40+
"type": "search",
41+
"name": "destinationName",
42+
"input": {
43+
"indexPrefix": "prefix_"
44+
},
45+
"transformationIDs": [
46+
"6c02aeb1-775e-418e-870b-1faccd4b2c0f"
47+
]
48+
}
49+
}
2450
}
2551
]

0 commit comments

Comments
 (0)