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 f760ecb commit 8d227e4Copy full SHA for 8d227e4
specs/composition/paths/search/run.yml
@@ -1,7 +1,7 @@
1
post:
2
tags:
3
- Search
4
- operationId: runSingleComposition
+ operationId: search
5
x-use-read-transporter: true
6
x-cacheable: true
7
x-acl:
@@ -11,10 +11,15 @@ post:
11
parameters:
12
- $ref: '../../common/parameters.yml#/compositionID'
13
requestBody:
14
+ required: true
15
content:
16
application/json:
17
schema:
- $ref: '../../../common/schemas/SearchParams.yml#/searchParams'
18
+ title: params
19
+ additionalProperties: false
20
+ properties:
21
+ params:
22
+ $ref: '../../../common/schemas/SearchParams.yml#/searchParams'
23
responses:
24
'200':
25
description: OK
0 commit comments