From a9571cb7b132ff4df3fe87c613dea32510f5cc49 Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Wed, 4 Aug 2021 12:00:11 -0500 Subject: [PATCH] Make child param IDs unique (#20630) * Make child param IDs unique * Use span instead of h4 * Add bottom margin --- includes/rest_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rest_operation.html b/includes/rest_operation.html index 4f75431fc4..50a5a079a3 100644 --- a/includes/rest_operation.html +++ b/includes/rest_operation.html @@ -78,7 +78,7 @@ {%- for childParamsGroup in bodyParam.childParamsGroups -%}
-

Properties of the {{ childParamsGroup.parentName }} {{ childParamsGroup.parentType }}

+ Properties of the {{ childParamsGroup.parentName }} {{ childParamsGroup.parentType }} {%- for childParam in childParamsGroup.params -%}