We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d48783 commit 6c7a290Copy full SHA for 6c7a290
SmartAPI/smartapi_openapi.yml
@@ -429,13 +429,20 @@ paths:
429
schema:
430
type: object
431
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.
436
responses:
437
200:
438
description: Successfully parsed metadata.
439
content:
440
application/json:
441
442
$ref: '#/components/schemas/MetakgResponse'
443
444
445
+ $ref: '#/components/schemas/MetakgResponse'
446
tags:
447
- metakg
448
components:
0 commit comments