diff --git a/Client/Api/Commands/ITenantIdsCommandStep.cs b/Client/Api/Commands/ITenantIdsCommandStep.cs index b9f874b6..afa65ff8 100644 --- a/Client/Api/Commands/ITenantIdsCommandStep.cs +++ b/Client/Api/Commands/ITenantIdsCommandStep.cs @@ -10,7 +10,7 @@ public interface ITenantIdsCommandStep /// /// This can be useful when requesting jobs for multiple tenants at once. Each of the activated /// jobs will be owned by the tenant that owns the corresponding process instance. - /// the tenant to associate to this resource. + /// the identifiers of the tenants to specify for this command, e.g. ["ACME", "OTHER"] /// The builder for this command. Call to complete the command and send it /// to the broker. T TenantIds(IList tenantIds);