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:
		@ -115,7 +115,7 @@ The following example defines a request body which creates a new filter.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```javascript
 | 
					```javascript
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    data: {
 | 
					    "data": {
 | 
				
			||||||
        "id": "test-filter", // Name of the filter
 | 
					        "id": "test-filter", // Name of the filter
 | 
				
			||||||
        "type": "filters",
 | 
					        "type": "filters",
 | 
				
			||||||
        "attributes": {
 | 
					        "attributes": {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user