16 lines
189 B
YAML
16 lines
189 B
YAML
|
openapi: 3.0.3
|
||
|
info:
|
||
|
title: Api
|
||
|
version: 1.0.0
|
||
|
paths:
|
||
|
/test:
|
||
|
get:
|
||
|
summary: Lorem
|
||
|
description: Lorem Ipsum
|
||
|
responses:
|
||
|
200:
|
||
|
description: OK
|
||
|
|
||
|
|
||
|
|