Skip to content

Commit 4fee035

Browse files
add disableProxy (mintlify#250)
1 parent 168a021 commit 4fee035

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

settings/global.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Global Settings"
33
description: "Customize your documentation using the mint.json file"
4-
icon: 'wrench'
4+
icon: "wrench"
55
---
66

77
Every Mintlify site needs a `mint.json` file with the core configuration
@@ -17,7 +17,9 @@ settings. Learn more about the [properties](#properties) or from an
1717
</ResponseField>
1818

1919
<ResponseField name="logo" type="string or object">
20-
Path to logo image or object with path to "light" and "dark" mode logo images, and where the logo links to. SVG format is recommended. It does not pixelate and the file size is generally smaller.
20+
Path to logo image or object with path to "light" and "dark" mode logo images,
21+
and where the logo links to. SVG format is recommended. It does not pixelate
22+
and the file size is generally smaller.
2123
<Expandable title="Logo">
2224
<ResponseField name="light" type="string">
2325
Path to the logo in light mode. For example: `/path/to/logo.svg`
@@ -335,6 +337,11 @@ Example:
335337

336338
Learn more at the [playground guides](/api-playground)
337339
</ResponseField>
340+
<ResponseField name="disableProxy" type="boolean" default={false}>
341+
By default, API playground requests are proxied by Mintlify. This setting can be used to disable this behavior.
342+
343+
Required for select request types, such as file uploads.
344+
</ResponseField>
338345
</Expandable>
339346
</ResponseField>
340347

0 commit comments

Comments
 (0)