From 7d6d88a8d6f01bc93eb48631626b819d118eeb45 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:52:33 +0000 Subject: [PATCH] docs: split overlong sentence in playground expand section --- api-playground/openapi-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-playground/openapi-setup.mdx b/api-playground/openapi-setup.mdx index 571a748be8..9d153a22d1 100644 --- a/api-playground/openapi-setup.mdx +++ b/api-playground/openapi-setup.mdx @@ -313,7 +313,7 @@ Set the URL of the autogenerated endpoint page using `x-mint: href`. When `x-min ### Collapse playground fields -Collapse object-type fields in the API playground by default using `x-mint: playground` with `expand: false` on any operation. Request sections like Authorization, Headers, Query, Path, and Body always stay expanded, and the top-level body object stays expanded, but object fields nested within them start collapsed so readers expand only the fields they want to interact with. If `expand` is not set, object fields are expanded by default. +Collapse object-type fields in the API playground by default using `x-mint: playground` with `expand: false` on any operation. Request sections like Authorization, Headers, Query, Path, and Body always stay expanded, and so does the top-level body object. Object fields nested within them start collapsed, so readers expand only the fields they want to interact with. If `expand` is not set, object fields are expanded by default. ```json {6-10} {