From d8dee430798d59592a0228e0431d7743a33a7056 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:17:07 -0700 Subject: [PATCH] Add request example docs --- settings/global.mdx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/settings/global.mdx b/settings/global.mdx index 450b94b97..a3b578b5d 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -345,10 +345,18 @@ Example: - - Enabling this flag ensures that key ordering in OpenAPI pages matches the key ordering defined in the OpenAPI file. - - This behavior will soon be enabled by default, at which point this field will be deprecated. + + Configurations for API requests + + + Configurations for the auto-generated API request examples + + + An array of strings that determine the order of the languages of the auto-generated request examples. You can either define custom languages utilizing [x-codeSamples](/api-playground/openapi/advanced-features#x-codesamples) or use our default languages which include `bash`, `python`, `javascript`, `php`, `go`, `java` + + + + @@ -542,4 +550,5 @@ Click on the following dropdown to view a sample configuration file ## More Customization -Learn more about how to further customize your docs with custom CSS and JS in [Custom Scripts](https://mintlify.com/docs/integrations/custom/). +Learn more about how to further customize your docs with custom CSS and JS in +[Custom Scripts](https://mintlify.com/docs/integrations/custom/).