DominoApiMeta: {
    fileName: string;
    mountPath: string;
    name: string;
    title: string;
    version: string;
}

Data structure returned by the /api endpoint describing the available OpenAPI endpoints.

Type declaration

  • fileName: string

    This API's OpenAPI specification JSON.

  • mountPath: string

    A URL path where this API is accessible.

  • name: string

    The API name.

  • title: string

    The title of this API.

  • version: string

    API version.