@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UpdateClusterVariableRequest

    type UpdateClusterVariableRequest = {
        value: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

    value: { [key: string]: unknown }

    The new value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses.