Skip to content

Commit c09cb34

Browse files
this commits amends the description of the “bearer” security scheme, which has been modified to make the instruction clearer and more direct, instructing the user to enter only the token.
1 parent a102824 commit c09cb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Boundaries/Comanda.Orders/Source/Comanda.Orders.WebApi/Extensions/OpenApiExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void AddOpenApiSpecification(this IServiceCollection services)
2020
Type = SecuritySchemeType.Http,
2121
Scheme = "bearer",
2222
BearerFormat = "JWT",
23-
Description = "Enter 'Bearer' and then your valid token."
23+
Description = "enter your bearer token here"
2424
};
2525

2626
document.Components.SecuritySchemes[SecuritySchemes.OAuth2] = new OpenApiSecurityScheme

0 commit comments

Comments
 (0)