Update openapi.yaml

Fix tags
This commit is contained in:
Alexandru Bondor
2021-07-09 21:02:39 +03:00
committed by GitHub
parent 36e9f7a8cb
commit 0bed9eea09

View File

@@ -141,7 +141,7 @@ paths:
/convert/markdown:
post:
tags:
- Html2Pdf
- Gotenberg
summary: Convert a Markdown file to PDF
description: >-
Send an HTML file called `index.html` as a multipart form request and
@@ -311,7 +311,6 @@ paths:
tags:
- Gotenberg
summary: Your GET endpoint
tags: []
responses:
'200':
description: The API is working fine.