From ad842e0e80244030187d5b5bbf58e7d7b5432b7f Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Fri, 24 Jan 2025 10:55:34 +0100 Subject: [PATCH] chore: fix openAPI specs throw error (#4662) --- apps/docs/public/openapi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index 3e0b244c16..ca0ca0ea75 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -24,6 +24,9 @@ info: version: 1.0.0 servers: - url: http://{{baseurl}} + variables: + baseurl: + default: "localhost:3000" tags: - name: Client API description: >- @@ -151,7 +154,7 @@ tags: Methods allowed: Get All, Get ,Create, and Delete Webhooks - + paths: /api/v1/client/{environmentId}/displays: post: