Skip to content

Commit 6c7a290

Browse files
committed
added yaml referenc for body request
1 parent 2d48783 commit 6c7a290

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SmartAPI/smartapi_openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,20 @@ paths:
429429
schema:
430430
type: object
431431
description: Parsed metadata JSON object in a list.
432+
application/yaml:
433+
schema:
434+
type: object
435+
description: Parsed metadata YAML object in a list.
432436
responses:
433437
200:
434438
description: Successfully parsed metadata.
435439
content:
436440
application/json:
437441
schema:
438442
$ref: '#/components/schemas/MetakgResponse'
443+
application/yaml:
444+
schema:
445+
$ref: '#/components/schemas/MetakgResponse'
439446
tags:
440447
- metakg
441448
components:

0 commit comments

Comments
 (0)