@grandlinex/swagger-mate
    Preparing search index...

    Interface SwaggerRPathConf

    interface SwaggerRPathConf {
        description?: string;
        operationId?: string;
        parameters?: SwaggerRPathParameter[];
        requestBody?: SwaggerRPathReqBody;
        responses?: SwaggerRPathConfResponse;
        summary?: string;
        tags?: string[];
    }
    Index

    Properties

    description?: string
    operationId?: string
    parameters?: SwaggerRPathParameter[]
    requestBody?: SwaggerRPathReqBody
    summary?: string
    tags?: string[]