From 859557d542c1ef2e19543ce22def7c5001eae1e5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 2 Nov 2023 13:48:59 -0400 Subject: [PATCH] Clarify documentation --- docs/development/application-registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/application-registry.md b/docs/development/application-registry.md index 333a4e4ad..c7ac6ca46 100644 --- a/docs/development/application-registry.md +++ b/docs/development/application-registry.md @@ -43,7 +43,7 @@ Supported model features are listed in the [features matrix](./models.md#feature ### `models` -All NetBox models which have been registered as "public," meaning that they are intended for reference by other objects. Models for which `_netbox_private` is set to False are excluded from this list. (As with individual features under `model_features`, models are organized by app label.) +This key lists all models which have been registered in NetBox which are not designated for private use. (Setting `_netbox_private` to True on a model excludes it from this list.) As with individual features under `model_features`, models are organized by app label. ### `plugins`