Archived
2
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
definma-api/oas/others.yaml

18 lines
400 B
YAML
Raw Normal View History

2020-04-21 10:53:07 +02:00
/:
get:
summary: Root method
tags:
- /
security: []
responses:
200:
description: Server is working
content:
application/json:
schema:
properties:
2020-04-22 17:38:24 +02:00
status:
2020-04-21 10:53:07 +02:00
type: string
example: 'API server up and running!'
500:
$ref: 'oas.yaml#/components/responses/500'