Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the MDX configuration for API pages generated from MDX files.Remarks
This configuration allows manual definition of API endpoints in individual MDX files rather than using an OpenAPI specification. It provides flexibility for custom content and is useful for documenting small APIs or prototyping.Constructors
.ctor
Syntax
Properties
Auth
Gets or sets the authentication configuration for MDX-based API requests.Syntax
Property Value
Type:Mintlify.Core.Models.MdxAuthConfig?
Remarks
Defines the authentication method and parameters required for API calls made from the documentation playground.Server
Gets or sets the base server URL(s) for API requests.Syntax
Property Value
Type:object?