Skip to content

Commit b920ea9

Browse files
authored
Add tag to JWT Token Operation (#1324)
1 parent 435ca9a commit b920ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/jwt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ final class JwtDecorator implements OpenApiFactoryInterface
249249
ref: 'JWT Token',
250250
post: new Model\Operation(
251251
operationId: 'postCredentialsItem',
252+
tags: ['Token'],
252253
responses: [
253254
'200' => [
254255
'description' => 'Get JWT token',

0 commit comments

Comments
 (0)