@webitel/api-services
    Preparing search index...
    interface EngineRoutingSchemaServicePatchRoutingSchemaBody {
        debug?: boolean;
        description?: string;
        editor?: boolean;
        fields?: string[];
        name?: string;
        note?: string;
        tags?: EngineSchemaTag[];
        type?: EngineRoutingSchemaType;
    }
    Index

    Properties

    debug?: boolean
    description?: string
    editor?: boolean
    fields?: string[]
    name?: string
    note?: string