We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888347a commit b7ff51fCopy full SHA for b7ff51f
1 file changed
README.md
@@ -201,4 +201,15 @@ In the template add name of generated form fields grouped by name. In our exampl
201
...
202
```
203
These fields will be render as a string, listed through a comma.
204
-For example: "value1, value2, value3, ..."
+For example: "value1, value2, value3, ..."
205
+
206
+Response format
207
+---------------
208
+In case of successful:
209
+```json
210
+{"status":true,"errors":[]}
211
+```
212
+In case of error:
213
214
+{"status":false,"errors":["Error message"]}
215
0 commit comments