From 90d35f07f37d05902b48e9122a4c0e81fdf6105b Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 26 Mar 2020 13:44:15 -0400 Subject: [PATCH] clarify some documentation on summary_fields --- awx/api/metadata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/api/metadata.py b/awx/api/metadata.py index dba633a13c..064fcd27a4 100644 --- a/awx/api/metadata.py +++ b/awx/api/metadata.py @@ -60,7 +60,8 @@ class Metadata(metadata.SimpleMetadata): 'type': _('Data type for this {}.'), 'url': _('URL for this {}.'), 'related': _('Data structure with URLs of related resources.'), - 'summary_fields': _('Data structure with name/description for related resources.'), + 'summary_fields': _('Data structure with name/description for related resources. ' + 'The output for some objects may be limited for performance reasons.'), 'created': _('Timestamp when this {} was created.'), 'modified': _('Timestamp when this {} was last modified.'), }