Add missing quotes to REST API documentation

The example data is JSON, not JavaScript, which means that object keys
must be double-quoted.
This commit is contained in:
Markus Mäkelä 2019-12-11 09:40:10 +02:00
parent 450ffaa169
commit 2f3afa943c
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -115,7 +115,7 @@ The following example defines a request body which creates a new filter.
```javascript
{
data: {
"data": {
"id": "test-filter", // Name of the filter
"type": "filters",
"attributes": {