chore: fix openAPI specs throw error (#4662)

This commit is contained in:
Matti Nannt
2025-01-24 10:55:34 +01:00
committed by GitHub
parent dcf4109c5b
commit ad842e0e80

View File

@@ -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: