From d8793bac287ea085f1ace347d6f7b0017e28466a Mon Sep 17 00:00:00 2001 From: ghobona Date: Tue, 3 Dec 2024 13:52:43 +0000 Subject: [PATCH] Update clause_9_requirements_class_subsystems.adoc --- .../sections/clause_9_requirements_class_subsystems.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/part1/standard/sections/clause_9_requirements_class_subsystems.adoc b/api/part1/standard/sections/clause_9_requirements_class_subsystems.adoc index 3f2e66d0..0c575f97 100644 --- a/api/part1/standard/sections/clause_9_requirements_class_subsystems.adoc +++ b/api/part1/standard/sections/clause_9_requirements_class_subsystems.adoc @@ -84,7 +84,7 @@ Some systems have interchangeable components that are often called "payloads" (e By default, the <> only exposes top-level systems (i.e. subsystems are not visible). -Likewise, <> only expose the direct subsystems, but not subsystems nested at deeper levels (i.e. the subsystems of the subsystems and so on). +Likewise, <> only expose the direct subsystems, but not subsystems nested at deeper levels (i.e. the subsystems of the subsystems and so on). The `recursive` query parameter changes the default behavior by instructing the server to process all subsystems recursively (at all levels below the current level).