Skip to content

Commit 80afc3d

Browse files
committed
chore: rename to request
1 parent 78c7233 commit 80afc3d

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: body
18+
title: request
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
@@ -9,7 +9,7 @@
99
"request": {
1010
"path": "/1/compositions/foo/run",
1111
"method": "POST",
12-
"body": {
12+
"request": {
1313
"params": { "query": "batman" }
1414
}
1515
}

0 commit comments

Comments
 (0)