Closes #11406: Correct example JSON

This commit is contained in:
jeremystretch 2023-01-05 16:38:29 -05:00
parent c55b2ea5c1
commit 05319c589d

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
}
```