Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the API reference configuration and playground settings for Mintlify.Remarks
This configuration controls how API documentation is displayed and how the API playground functions, including OpenAPI, AsyncAPI, and MDX-based API specifications.Constructors
.ctor
Syntax
Properties
AsyncApi
Gets or sets the AsyncAPI specification configuration.Syntax
Property Value
Type:object?
Remarks
Can be a string URL, an array of URLs, or an object with source and directory properties pointing to AsyncAPI specification files.Examples
Gets or sets the configuration for autogenerated API examples.Syntax
Property Value
Type:Mintlify.Core.Models.ApiExamplesConfig?
Remarks
Controls which programming languages are shown in code examples and whether optional parameters are included in the generated examples.Mdx
Gets or sets the MDX configuration for API pages generated from MDX files.Syntax
Property Value
Type:Mintlify.Core.Models.MdxConfig?
Remarks
Allows manual definition of API endpoints in individual MDX files rather than using an OpenAPI specification. Useful for small APIs or prototyping.OpenApi
Gets or sets the OpenAPI specification configuration.Syntax
Property Value
Type:object?
Remarks
Can be a string URL, an array of URLs, or an object with source and directory properties pointing to OpenAPI specification files.Params
Gets or sets the display settings for API parameters.Syntax
Property Value
Type:Mintlify.Core.Models.ApiParamsConfig?
Remarks
Controls how API parameters are displayed in the documentation, including whether they are expanded by default.Playground
Gets or sets the API playground settings.Syntax
Property Value
Type:Mintlify.Core.Models.ApiPlaygroundConfig?
Remarks
Controls the display mode of the API playground and whether requests are proxied through Mintlify’s servers for CORS handling.Proxy
Gets or sets whether to pass API requests through a proxy server.Syntax
Property Value
Type:System.Nullable<bool>?