@refoldai/refold-js
    Preparing search index...

    Interface ToggleConfigWorkflowPayload

    The payload object for toggling a config workflow.

    interface ToggleConfigWorkflowPayload {
        config_id: string;
        enabled: boolean;
        slug: string;
        workflow_id: string;
    }
    Index
    config_id: string

    Unique ID for the config.

    enabled: boolean

    Whether the workflow should be enabled.

    slug: string

    The application slug.

    workflow_id: string

    Unique ID for the workflow.