Skip to content

Commit

Permalink
Update ClientSettings.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Petko <petko@vmminfra.net>
  • Loading branch information
jf-06 authored Feb 23, 2024
1 parent 1ca2ac9 commit 13f29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/commands/PrivateModules/ClientSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async Task GetAllAsync(
[Summary("application_name", "The name of the application to get the client settings for.")]
string applicationName,

[Summary("use_api_key", "Should the API key be used? This will allow the application to be returned from the client settings API even if $allowed on the backend is false.")]
[Summary("use_api_key", "Should the API key be used?")]
bool useApiKey = false
)
{
Expand Down

0 comments on commit 13f29eb

Please sign in to comment.