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

    Type Alias GroupUpdateRequest

    type GroupUpdateRequest = {
        description: string;
        name: string;
    }
    Index

    Properties

    Properties

    description: string

    The new description of the group.

    name: string

    The new name of the group.