mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Closes #11406: Correct example JSON
This commit is contained in:
parent
69be24cd5f
commit
b88fcb6625
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user