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 ```json
{ {
'tag': ['alpha', 'bravo'], "tag": ["alpha", "bravo"],
'status': 'active', "status": "active",
'region_id': 51 "region_id": 51
} }
``` ```