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

    Properties

    debug?: boolean
    description?: string
    editor?: boolean
    name?: string
    note?: string