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

    Type Alias SearchMappingRulesForRoleData

    type SearchMappingRulesForRoleData = {
        body?: MappingRuleSearchQueryRequest;
        path: { roleId: string };
        query?: never;
        url: "/roles/{roleId}/mapping-rules/search";
    }
    Index

    Properties

    Properties

    path: { roleId: string }

    Type Declaration

    • roleId: string

      The role ID.

    query?: never
    url: "/roles/{roleId}/mapping-rules/search"