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