Skip to content

Commit b72d174

Browse files
main check
1 parent befa27c commit b72d174

2 files changed

Lines changed: 85 additions & 7 deletions

File tree

dist/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger-output.json

Lines changed: 81 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5434,7 +5434,33 @@
54345434
}
54355435
},
54365436
"401": {
5437-
"description": "Unauthorized"
5437+
"description": "토큰 형식 오류",
5438+
"content": {
5439+
"application/json": {
5440+
"schema": {
5441+
"type": "object",
5442+
"properties": {
5443+
"isSuccess": {
5444+
"type": "boolean",
5445+
"example": false
5446+
},
5447+
"code": {
5448+
"type": "string",
5449+
"example": "TOKEN_FORMAT_INCORRECT"
5450+
},
5451+
"message": {
5452+
"type": "string",
5453+
"example": "토큰 형식이 올바르지 않습니다."
5454+
},
5455+
"result": {
5456+
"type": "object",
5457+
"nullable": true,
5458+
"example": null
5459+
}
5460+
}
5461+
}
5462+
}
5463+
}
54385464
},
54395465
"403": {
54405466
"description": "Forbidden"
@@ -5601,7 +5627,33 @@
56015627
}
56025628
},
56035629
"401": {
5604-
"description": "Unauthorized"
5630+
"description": "토큰 형식 오류",
5631+
"content": {
5632+
"application/json": {
5633+
"schema": {
5634+
"type": "object",
5635+
"properties": {
5636+
"isSuccess": {
5637+
"type": "boolean",
5638+
"example": false
5639+
},
5640+
"code": {
5641+
"type": "string",
5642+
"example": "TOKEN_FORMAT_INCORRECT"
5643+
},
5644+
"message": {
5645+
"type": "string",
5646+
"example": "토큰 형식이 올바르지 않습니다."
5647+
},
5648+
"result": {
5649+
"type": "object",
5650+
"nullable": true,
5651+
"example": null
5652+
}
5653+
}
5654+
}
5655+
}
5656+
}
56055657
},
56065658
"403": {
56075659
"description": "Forbidden"
@@ -5840,7 +5892,33 @@
58405892
}
58415893
},
58425894
"401": {
5843-
"description": "Unauthorized"
5895+
"description": "토큰 형식 오류",
5896+
"content": {
5897+
"application/json": {
5898+
"schema": {
5899+
"type": "object",
5900+
"properties": {
5901+
"isSuccess": {
5902+
"type": "boolean",
5903+
"example": false
5904+
},
5905+
"code": {
5906+
"type": "string",
5907+
"example": "TOKEN_FORMAT_INCORRECT"
5908+
},
5909+
"message": {
5910+
"type": "string",
5911+
"example": "토큰 형식이 올바르지 않습니다."
5912+
},
5913+
"result": {
5914+
"type": "object",
5915+
"nullable": true,
5916+
"example": null
5917+
}
5918+
}
5919+
}
5920+
}
5921+
}
58445922
},
58455923
"403": {
58465924
"description": "Forbidden"

0 commit comments

Comments
 (0)