Skip to content

Commit 78c7233

Browse files
committed
chore: rename searchCompositionParams to body
1 parent eed7745 commit 78c7233

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: searchCompositionParams
18+
title: body
1919
type: object
2020
additionalProperties: false
2121
properties:

tests/CTS/requests/composition/search.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"parameters": {
44
"compositionID": "foo",
5-
"searchCompositionParams": {
6-
"params": {"query": "batman"}
5+
"body": {
6+
"params": { "query": "batman" }
77
}
88
},
99
"request": {
1010
"path": "/1/compositions/foo/run",
1111
"method": "POST",
1212
"body": {
13-
"params": {"query": "batman"}
13+
"params": { "query": "batman" }
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)