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 a91c9b1 commit b646a8fCopy full SHA for b646a8f
specs/search/paths/objects/getObjects.yml
@@ -49,6 +49,10 @@ post:
49
type: string
50
description: Index from which to retrieve the records.
51
example: books
52
+ myNewParam:
53
+ type: string
54
+ description: it does stuff I SWEAR.
55
+ example: foo
56
required:
57
- requests
58
responses:
tests/CTS/requests/search/getObjects.json
@@ -8,7 +8,8 @@
8
"attr2"
9
],
10
"objectID": "uniqueID",
11
- "indexName": "theIndexName"
+ "indexName": "theIndexName",
12
+ "myNewParam": "foo"
13
}
14
]
15
},
@@ -23,7 +24,8 @@
23
24
25
26
27
28
29
30
31
0 commit comments