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 30ce742 commit df52ddd
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 @@ -176,7 +176,7 @@ public Task<MemberScopesResponse> GetMemberScopes(string projectId, string membe
/// </summary>
/// <param name="projectId">Id of project</param>
/// <param name="memberId">Id of member</param>
/// <param name="memberScopeSchema">updates scope options for member<see cref="MemberScopeSchema"/></param>
/// <param name="scopeSchema">Updates scope options for member<see cref="MemberScopeSchema"/></param>
/// <returns><see cref="MessageResponse"/></returns>
public Task<MessageResponse> UpdateMemberScope(string projectId, string memberId, MemberScopeSchema scopeSchema,
CancellationTokenSource? cancellationToken = default, Dictionary<string, string>? addons = null,
Expand Down

0 comments on commit df52ddd

Please sign in to comment.