mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -06:00
fix: improper zod validation in action classes management API (#6084)
This commit is contained in:
@@ -2336,13 +2336,8 @@
|
||||
"example": {
|
||||
"description": "From API Docs (optional)",
|
||||
"environmentId": "{{environmentId}}",
|
||||
"key": "my-action",
|
||||
"name": "My Action from Postman",
|
||||
"noCodeConfig": {
|
||||
"innerHtml": {
|
||||
"value": "sign-up"
|
||||
},
|
||||
"type": "innerHtml"
|
||||
},
|
||||
"type": "code"
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user