Skip to content

Commit ee5d5aa

Browse files
committed
fix: everything conflicts
1 parent 531cc62 commit ee5d5aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/composition/paths/search/search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ post:
1515
content:
1616
application/json:
1717
schema:
18-
title: request
18+
title: requestBody
1919
type: object
2020
additionalProperties: false
2121
properties:

tests/CTS/requests/composition/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"parameters": {
44
"compositionID": "foo",
5-
"request": {
5+
"requestBody": {
66
"params": { "query": "batman" }
77
}
88
},

0 commit comments

Comments
 (0)