#1: Add an OpenAPI Spec File
Some checks failed
Quality Check / Check (push) Failing after 11s
Some checks failed
Quality Check / Check (push) Failing after 11s
This commit is contained in:
parent
a9f6e950fc
commit
9c94416a70
1 changed files with 15 additions and 0 deletions
15
app/api.yaml
Normal file
15
app/api.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
openapi: 3.0.3
|
||||||
|
info:
|
||||||
|
title: Api
|
||||||
|
version: 1.0.0
|
||||||
|
paths:
|
||||||
|
/test:
|
||||||
|
get:
|
||||||
|
summary: Lorem
|
||||||
|
description: Lorem Ipsum
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: OK
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue