-
Notifications
You must be signed in to change notification settings - Fork 3
[티켓] 내 티켓 소모임 정보 수정하기
Chan Jin edited this page Feb 9, 2022
·
2 revisions
/tickets
Bearer <userAccessToken>
userAccessToken에 jwt 안에 인증된 전화번호가 담겨있기때문에 다른 인자로 유저 전화번호를 안보내셔도 됩니다.
name | type | description | Required |
---|---|---|---|
smallGroup | Boolean | 소모임 하고싶으면 true 아니면 false | Required |
{
"status": 200,
"success": true,
"data": {
"_id": "6203d8944fc64a9cd1e5f85e",
"status": "pending-deposit",
"phoneNumber": "01099999998",
"ticketNumber": 6,
"adminTicket": false,
"accountName": "이찬진",
"studentID": "C211228",
"smallGroup": true,
"createdAt": "2022-02-09T15:07:00.545Z",
"updatedAt": "2022-02-09T15:07:12.202Z",
"__v": 0
}
}
{
"status": 400,
"success": false,
"message" : "티켓정보없음"
}