Skip to content

Commit 8d227e4

Browse files
committed
fix: run endpoint
1 parent f760ecb commit 8d227e4

File tree

1 file changed

+7
-2
lines changed
  • specs/composition/paths/search

1 file changed

+7
-2
lines changed

specs/composition/paths/search/run.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
post:
22
tags:
33
- Search
4-
operationId: runSingleComposition
4+
operationId: search
55
x-use-read-transporter: true
66
x-cacheable: true
77
x-acl:
@@ -11,10 +11,15 @@ post:
1111
parameters:
1212
- $ref: '../../common/parameters.yml#/compositionID'
1313
requestBody:
14+
required: true
1415
content:
1516
application/json:
1617
schema:
17-
$ref: '../../../common/schemas/SearchParams.yml#/searchParams'
18+
title: params
19+
additionalProperties: false
20+
properties:
21+
params:
22+
$ref: '../../../common/schemas/SearchParams.yml#/searchParams'
1823
responses:
1924
'200':
2025
description: OK

0 commit comments

Comments
 (0)