mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
camelcase swagger/public apis
This commit is contained in:
@ -29,6 +29,9 @@ namespace Bit.Api.Utilities
|
||||
{
|
||||
{ "OAuth2 Client Credentials", new[] { "api.organization" } }
|
||||
});
|
||||
|
||||
config.DescribeAllParametersInCamelCase();
|
||||
// config.UseReferencedDefinitionsForEnums();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user