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

    Type Alias UpdateRoleData

    type UpdateRoleData = {
        body: RoleUpdateRequest;
        path: { roleId: string };
        query?: never;
        url: "/roles/{roleId}";
    }
    Index

    Properties

    Properties

    path: { roleId: string }

    Type Declaration

    • roleId: string

      The ID of the role to update.

    query?: never
    url: "/roles/{roleId}"