Skip to content

Commit b7ff51f

Browse files
committed
added Response format in the doc
1 parent 888347a commit b7ff51f

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,15 @@ In the template add name of generated form fields grouped by name. In our exampl
201201
...
202202
```
203203
These fields will be render as a string, listed through a comma.
204-
For example: "value1, value2, value3, ..."
204+
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+
```json
214+
{"status":false,"errors":["Error message"]}
215+
```

0 commit comments

Comments
 (0)