1
0
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:
Kyle Spearrin
2019-02-28 20:50:40 -05:00
parent 0a82f472ef
commit c02f732056
4 changed files with 59 additions and 4 deletions

View File

@ -29,6 +29,9 @@ namespace Bit.Api.Utilities
{
{ "OAuth2 Client Credentials", new[] { "api.organization" } }
});
config.DescribeAllParametersInCamelCase();
// config.UseReferencedDefinitionsForEnums();
});
}
}