Skip to content

Commit

Permalink
[swagger.yaaml] appleIdentifier값이 없을 때 오류 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gangMac authored and gangMac committed Apr 12, 2021
1 parent 8eef691 commit f79e82f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ paths:
rcmsg:
type: string
example: body should have required property userId
404:
description: Bad Request(no appleIdentifier)
schema:
type: object
properties:
rc:
type: number
example: 404
rcmsg:
type: string
example: appleIdentifier값이 없습니다.
409:
description: Conflict (user name conflict)
schema:
Expand Down

0 comments on commit f79e82f

Please sign in to comment.