Skip to content

Commit d0531d9

Browse files
author
Jose Constela
authored
Update README.md
1 parent 3baba17 commit d0531d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ JSON array format:
6363
```json
6464
[
6565
{
66-
data: {
67-
firstName: "Jose",
68-
lastName: "Samantino",
66+
"data": {
67+
"firstName": "Jose",
68+
"lastName": "Samantino",
6969
},
70-
files: [
70+
"files": [
7171
{
72-
fieldname: "file",
73-
url: "https://...?token=....",
74-
filename: "CV.pdf",
75-
mimetype: "application/pdf"
72+
"fieldname": "file",
73+
"url": "https://...?token=....",
74+
"filename": "CV.pdf",
75+
"mimetype": "application/pdf"
7676
}
7777
],
78-
links: []
78+
"links": []
7979
}
8080
]
8181
```

0 commit comments

Comments
 (0)