diff --git a/src/components/operations/operation-details/ko/runtime/operation-details.html b/src/components/operations/operation-details/ko/runtime/operation-details.html
index da923e7c4..c8cf09854 100644
--- a/src/components/operations/operation-details/ko/runtime/operation-details.html
+++ b/src/components/operations/operation-details/ko/runtime/operation-details.html
@@ -175,11 +175,30 @@
Request body
-
+
+
+
+
+
+
+
+
+
+ params="{ title: representation.examples[0].title, content: representation.examples[0].value, language: representation.examples[0].format, description: representation.examples[0].description }">
+
diff --git a/src/components/operations/operation-details/ko/runtime/operation-details.ts b/src/components/operations/operation-details/ko/runtime/operation-details.ts
index 32fe6fc3e..91f1ea886 100644
--- a/src/components/operations/operation-details/ko/runtime/operation-details.ts
+++ b/src/components/operations/operation-details/ko/runtime/operation-details.ts
@@ -52,6 +52,9 @@ export class OperationDetails {
public readonly protocol: ko.Computed;
public readonly examples: ko.Observable;
+ public readonly selectedRepresentatnionsValue: ko.Observable