From 2af7ce1e5824f11442b6486ed9f779fdcf208d04 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 6 Oct 2025 17:31:52 +0000
Subject: [PATCH 1/5] Update organize/settings.mdx
---
organize/settings.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/organize/settings.mdx b/organize/settings.mdx
index 87fc5435d..128d34182 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -669,6 +669,9 @@ See [Themes](themes) for more information.
Whether to show optional parameters in API examples. Defaults to `all`.
+
+ Whether to prefill the API playground with data from schema examples. When enabled, the playground will automatically populate request fields with example values from your OpenAPI specification. Defaults to `false`.
+
From 77f4ad07aad39e4a46bbc41ad13ce34111a43361 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 6 Oct 2025 17:32:05 +0000
Subject: [PATCH 2/5] Update api-playground/overview.mdx
---
api-playground/overview.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx
index 3d62b9c24..00915383c 100644
--- a/api-playground/overview.mdx
+++ b/api-playground/overview.mdx
@@ -101,6 +101,9 @@ You can customize your API playground by defining the following properties in yo
Whether to show optional parameters in API examples. Defaults to `all`.
+
+ Whether to prefill the API playground with data from schema examples. When enabled, the playground will automatically populate request fields with example values from your OpenAPI specification. Defaults to `false`.
+
From 4ecfee5007db89b5b8185781b7810d6604ed774a Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 6 Oct 2025 17:32:13 +0000
Subject: [PATCH 3/5] Update api-playground/overview.mdx
---
api-playground/overview.mdx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx
index 00915383c..8da0f17bd 100644
--- a/api-playground/overview.mdx
+++ b/api-playground/overview.mdx
@@ -117,13 +117,14 @@ You can customize your API playground by defining the following properties in yo
},
"examples": {
"languages": ["curl", "python", "javascript"],
- "defaults": "required"
+ "defaults": "required",
+ "prefill": true
}
}
}
```
-This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets.
+This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets, and the playground will automatically prefill request fields with example values from your OpenAPI specification.
### Custom endpoint pages
From 4800bef7f3795690516c52d171cc83c262cf706d Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Mon, 6 Oct 2025 10:42:00 -0700
Subject: [PATCH 4/5] Apply suggestions from code review
---
api-playground/overview.mdx | 4 ++--
organize/settings.mdx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx
index 8da0f17bd..ad75055c7 100644
--- a/api-playground/overview.mdx
+++ b/api-playground/overview.mdx
@@ -102,7 +102,7 @@ You can customize your API playground by defining the following properties in yo
Whether to show optional parameters in API examples. Defaults to `all`.
- Whether to prefill the API playground with data from schema examples. When enabled, the playground will automatically populate request fields with example values from your OpenAPI specification. Defaults to `false`.
+ Whether to prefill the API playground with data from schema examples. When enabled, the playground automatically populates request fields with example values from your OpenAPI specification. Defaults to `false`.
@@ -124,7 +124,7 @@ You can customize your API playground by defining the following properties in yo
}
```
-This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets, and the playground will automatically prefill request fields with example values from your OpenAPI specification.
+This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets, and the playground prefills request fields with example values.
### Custom endpoint pages
diff --git a/organize/settings.mdx b/organize/settings.mdx
index 128d34182..ca5022cad 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -670,7 +670,7 @@ See [Themes](themes) for more information.
Whether to show optional parameters in API examples. Defaults to `all`.
- Whether to prefill the API playground with data from schema examples. When enabled, the playground will automatically populate request fields with example values from your OpenAPI specification. Defaults to `false`.
+ Whether to prefill the API playground with data from schema examples. When enabled, the playground automatically populates request fields with example values from your OpenAPI specification. Defaults to `false`.
From a91782283c0c2b3d42a9d88e45fae663e00fd17b Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Mon, 6 Oct 2025 10:45:32 -0700
Subject: [PATCH 5/5] Update api-playground/overview.mdx
Co-authored-by: Kathryn Isabelle Lawrence
---
api-playground/overview.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx
index ad75055c7..81eaca2ac 100644
--- a/api-playground/overview.mdx
+++ b/api-playground/overview.mdx
@@ -124,7 +124,7 @@ You can customize your API playground by defining the following properties in yo
}
```
-This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets, and the playground prefills request fields with example values.
+This example configures the API playground to be interactive with example code snippets for cURL, Python, and JavaScript. Only required parameters are shown in the code snippets, and the playground prefills the request body with example values.
### Custom endpoint pages