We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bc7b0 commit 808ae5fCopy full SHA for 808ae5f
src/common/swagger/tags/tags.ts
@@ -4,7 +4,7 @@ import { ExternalDocumentationObject } from '@nestjs/swagger/dist/interfaces/ope
4
* Swagger tag name
5
*/
6
export type SwaggerTagName =
7
- | 'Release on 21.09.2025'
+ | 'Release on 05.10.2025'
8
| 'Profile'
9
| 'Auth'
10
| 'Player'
@@ -34,9 +34,9 @@ export type SwaggerTagName =
34
*
35
36
export const swaggerTags: Record<SwaggerTagName, SwaggerTag> = {
37
- 'Release on 21.09.2025': {
38
- name: 'Release on 21.09.2025',
39
- description: 'Changes made on release 21.09.2025',
+ 'Release on 05.10.2025': {
+ name: 'Release on 05.10.2025',
+ description: 'Changes made on release 05.10.2025',
40
},
41
42
Profile: {
0 commit comments