andi

Results 2 comments of andi

Awww. Thank you @MikeRalphson! After changing to ```yaml paths: /users: post: description: 'Imagine all the users living for today ...' operationId: users create parameters: - description: Foo bar in: body...

One question though. The spec says, I can describe different content types in this way: ```yaml responses: 200: description: response for 200 code content: application/json: schema: $ref: '#/components/schemas/FooBodySchema' text/plain: schema:...