Skip to content

Commit 31ade34

Browse files
authored
Merge branch 'dev' into VCST-388
2 parents d9ba94e + a427358 commit 31ade34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VirtoCommerce.Platform.Web/Swagger/OpenIDEndpointDescriptionFilter.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public void Apply(OpenApiOperation operation, OperationFilterContext context)
3232
{ "grant_type", new OpenApiSchema() { Type = "string" } },
3333
{ "scope", new OpenApiSchema() { Type = "string" } },
3434
{ "username", new OpenApiSchema() { Type = "string" } },
35-
{ "password", new OpenApiSchema() { Type = "string" } }
35+
{ "password", new OpenApiSchema() { Type = "string" } },
36+
{ "storeId", new OpenApiSchema() { Type = "string" } },
3637
};
3738
mediaType.Schema.Required = new HashSet<string>
3839
{

0 commit comments

Comments
 (0)