Skip to content

Commit

Permalink
docs: enhnace method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Feb 1, 2024
1 parent 42f4cd7 commit 84f6880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Api/Commands/ITenantIdsCommandStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Zeebe.Client.Api.Commands
public interface ITenantIdsCommandStep<out T>
{
/// <summary>
/// Set a list of tenantIds to associate with this resource.
/// Specifies the tenants that may own any entities (e.g. process definition, process instances, etc.) resulting from this command.
/// </summary>
///
/// This can be useful when requesting jobs for multiple tenants at once. Each of the activated
Expand Down

0 comments on commit 84f6880

Please sign in to comment.