fix: improper zod validation in action classes management API (#6084)

This commit is contained in:
Piyush Gupta
2025-06-26 15:51:01 +05:30
committed by GitHub
parent ce8f9de8ec
commit ce47b4c2d8
3 changed files with 16 additions and 17 deletions

View File

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