7 lines
127 B
YAML
7 lines
127 B
YAML
swagger: '2.0'
|
|
info: { title: Fixture Swagger 2.0 }
|
|
paths:
|
|
/health:
|
|
get:
|
|
responses: { '200': { description: OK } }
|