Skip to content

Commit

Permalink
Update Deepgram/Clients/Interfaces/v2/IManageClient.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
davidvonthenen and coderabbitai[bot] authored Oct 28, 2024
1 parent 2e48cd9 commit 020385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deepgram/Clients/Interfaces/v2/IManageClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public Task<UsageSummaryResponse> GetUsageSummary(string projectId, UsageSummary
/// Get usage fields
/// </summary>
/// <param name="projectId">Id of project</param>
/// <param name="getUsageFieldsSchema">Project usage request field options<see cref="UsageFieldsSchema"/></param>
/// <param name="fieldsSchema">Project usage request field options<see cref="UsageFieldsSchema"/></param>
/// <returns><see cref="UsageFieldsResponse"/></returns>
public Task<UsageFieldsResponse> GetUsageFields(string projectId, UsageFieldsSchema fieldsSchema,
CancellationTokenSource? cancellationToken = default, Dictionary<string, string>? addons = null, Dictionary<string, string>? headers = null);
Expand Down

0 comments on commit 020385e

Please sign in to comment.