From 0bed9eea098fa68fcb37be7764bdffaff7948f60 Mon Sep 17 00:00:00 2001 From: Alexandru Bondor Date: Fri, 9 Jul 2021 21:02:39 +0300 Subject: [PATCH] Update openapi.yaml Fix tags --- docs/openapi.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 724845be..5e487067 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -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.