Skip to content

Commit

Permalink
qj 스웨거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJunGyu26 committed Dec 3, 2023
1 parent db7c212 commit 4888fe4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/config/swagger/qj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ tags:
isSuccess: false
code: 6002
message: GPT 호출에 에러가 발생했습니다.
'6004':
description: 실패 - 지금 잠시 gpt call을 멈췄습니다.
content:
application/json:
example:
isSuccess: false
code: 6004
message: gpt call stop


/qj/newJob/{job}:
Expand Down Expand Up @@ -166,4 +174,12 @@ tags:
example:
isSuccess: false
code: 6003
message: 관심 직무 입력이 올바르지 않습니다.
message: 관심 직무 입력이 올바르지 않습니다.
'6004':
description: 실패 - 지금 잠시 gpt call을 멈췄습니다.
content:
application/json:
example:
isSuccess: false
code: 6004
message: gpt call stop

0 comments on commit 4888fe4

Please sign in to comment.