We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a86a57 commit cdb82f8Copy full SHA for cdb82f8
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 01.12.2025'
+ | 'Release on 15.12.2025'
8
| 'Profile'
9
| 'Auth'
10
| 'Player'
@@ -36,9 +36,9 @@ export type SwaggerTagName =
36
*
37
38
export const swaggerTags: Record<SwaggerTagName, SwaggerTag> = {
39
- 'Release on 01.12.2025': {
40
- name: 'Release on 01.12.2025',
41
- description: 'Changes made on release 01.12.2025',
+ 'Release on 15.12.2025': {
+ name: 'Release on 15.12.2025',
+ description: 'Changes made on release 15.12.2025',
42
},
43
Profile: {
44
name: 'Profile',
0 commit comments