yaml-include
Version:
Custom YAML tag definitions to support modular YAML documents with js-yaml.
21 lines (20 loc) • 410 B
YAML
tags:
- user
summary: Creates list of users with given input array
description: ""
operationId: createUsersWithArrayInput
produces:
- application/json
- application/xml
parameters:
- in: body
name: body
description: List of user object
required: false
schema:
type: array
items:
$ref: "#/definitions/User"
responses:
default:
description: successful operation