Skip to content

Commit b646a8f

Browse files
committed
chore: demo
1 parent a91c9b1 commit b646a8f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

specs/search/paths/objects/getObjects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ post:
4949
type: string
5050
description: Index from which to retrieve the records.
5151
example: books
52+
myNewParam:
53+
type: string
54+
description: it does stuff I SWEAR.
55+
example: foo
5256
required:
5357
- requests
5458
responses:

tests/CTS/requests/search/getObjects.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"attr2"
99
],
1010
"objectID": "uniqueID",
11-
"indexName": "theIndexName"
11+
"indexName": "theIndexName",
12+
"myNewParam": "foo"
1213
}
1314
]
1415
},
@@ -23,7 +24,8 @@
2324
"attr2"
2425
],
2526
"objectID": "uniqueID",
26-
"indexName": "theIndexName"
27+
"indexName": "theIndexName",
28+
"myNewParam": "foo"
2729
}
2830
]
2931
}

0 commit comments

Comments
 (0)