mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-21 06:19:01 -06:00
chore: fix openAPI specs throw error (#4662)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user