瀏覽代碼

Update ipaddress.md

Missing `ipam` before `IPAddress.status`
Jonathan Senecal 3 年之前
父節點
當前提交
1e54eee631
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/models/ipam/ipaddress.md

+ 1 - 1
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.
 The operational status of the IP address.
 
 
 !!! tip
 !!! 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
 ### Role