From bb18390450db4ec747cd09ff592e693156936c86 Mon Sep 17 00:00:00 2001 From: Thomas Bayer Date: Thu, 19 Feb 2026 11:57:03 +0100 Subject: [PATCH] Refactor YAML tutorial: replace string interpolation syntax with `<%= property.res %>` for better consistency. --- distribution/tutorials/orchestration/50-Loop-get-Details.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/tutorials/orchestration/50-Loop-get-Details.yaml b/distribution/tutorials/orchestration/50-Loop-get-Details.yaml index 18a341d5b8..030dca8200 100644 --- a/distribution/tutorials/orchestration/50-Loop-get-Details.yaml +++ b/distribution/tutorials/orchestration/50-Loop-get-Details.yaml @@ -42,7 +42,7 @@ api: pretty: true src: | { - "products": [ ${property.res} ] + "products": <%= property.res %> } - return: status: 200