2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3811] Fix JSON doc error

modified:   doc/sphinx/arm/hooks-subnet-cmds.rst
This commit is contained in:
Thomas Markwalder 2025-04-02 09:46:43 -04:00
parent 11504bff67
commit fc59433ae9

View File

@ -100,7 +100,7 @@ The list of subnets is returned in the following format:
{
"id": 100,
"shared-network-name": null,
"subnet": "192.0.2.0/24",
"subnet": "192.0.2.0/24"
}
]
}