We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c265c commit 4e00bfeCopy full SHA for 4e00bfe
tests/CTS/requests/composition-full/listCompositions.json
@@ -11,6 +11,30 @@
11
"request": {
12
"path": "/1/compositions",
13
"method": "GET"
14
+ },
15
+ "response": {
16
+ "statusCode": 200,
17
+ "body": {
18
+ "items": [
19
+ {
20
+ "objectID": "id1",
21
+ "name": "my first composition",
22
+ "description": "the first ever composition from the client",
23
+ "behavior": {
24
+ "injection": {
25
+ "main": {
26
+ "source": {
27
+ "search": {
28
+ "index": "cts_e2e_small"
29
+ }
30
31
32
33
34
35
+ ],
36
+ "nbPages": 1
37
38
}
39
40
]
0 commit comments