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:
parent
450ffaa169
commit
2f3afa943c
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user