From dc7facb3327edf3c2863e3784c119525ec150096 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Sun, 17 Mar 2024 10:25:01 -0500 Subject: [PATCH] Fix errant reference to site. --- docs/models/dcim/location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/dcim/location.md b/docs/models/dcim/location.md index 2f520c572..148113370 100644 --- a/docs/models/dcim/location.md +++ b/docs/models/dcim/location.md @@ -26,7 +26,7 @@ The location's operational status. ### Facility -Data center or facility designation for identifying the site. +Data center or facility designation for identifying the location. !!! tip Additional statuses may be defined by setting `Location.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter.