Closes #11406: Correct example JSON

This commit is contained in:
jeremystretch 2023-01-05 16:38:29 -05:00
parent 69be24cd5f
commit b88fcb6625

View File

@ -40,8 +40,8 @@ is represented in JSON as
```json
{
'tag': ['alpha', 'bravo'],
'status': 'active',
'region_id': 51
"tag": ["alpha", "bravo"],
"status": "active",
"region_id": 51
}
```