ApiConfig

Represents the API reference configuration and playground settings for Mintlify.

Syntax

public class ApiConfig

Inheritance

Properties

AsyncApi

[JsonPropertyName("asyncapi")]
public object AsyncApi { get; set; }
Gets or sets the AsyncAPI specification configuration.

Returns

object

OpenApi

[JsonPropertyName("openapi")]
public object OpenApi { get; set; }
Gets or sets the OpenAPI specification configuration.

Returns

object

Remarks

This configuration controls how API documentation is displayed and how the API playground functions, including OpenAPI and AsyncAPI specifications.