From 1e54eee631ce669ea7937f6e057adc6ce0dbfc11 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Wed, 11 Jan 2023 09:45:28 -0500 Subject: [PATCH] Update ipaddress.md Missing `ipam` before `IPAddress.status` --- docs/models/ipam/ipaddress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/ipam/ipaddress.md b/docs/models/ipam/ipaddress.md index ecfdc4b96..6c6e025f8 100644 --- a/docs/models/ipam/ipaddress.md +++ b/docs/models/ipam/ipaddress.md @@ -23,7 +23,7 @@ The IPv4 or IPv6 address and mask, in CIDR notation (e.g. `192.0.2.0/24`). The operational status of the IP address. !!! tip - Additional statuses may be defined by setting `IPAddress.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter. + Additional statuses may be defined by setting `ipam.IPAddress.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter. ### Role