Documentation
    Preparing search index...

    Interface RESTPutApiAppAllRestartResult

    interface RESTPutApiAppAllRestartResult {
        apps: ApiAppManagerRestartedAll;
        message: string;
        status: "ok" | "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    Message of the API

    • It is useful to use as logs
    status: "ok" | "error"

    The status of API response