- Fixed docs

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-24 14:50:51 +02:00
parent 6bc3507dfe
commit 91cc5b5ce7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This returns the following JSON:
},
"firstname": "Tristan",
"lastname": "Kildaire",
"list": "[\"1\", \"2\", \"3\"]"
"list": ["1", "2", "3"]
}
```